Ticket #69 (closed defect: fixed)

Opened 1 year ago

Last modified 1 month ago

templateOpenPSA references non-existant stylesheet

Reported by: flack Assigned to: flack
Priority: minor Milestone: 8.09.2 Ragnaroek
Component: MidCOM component Version: 1.8 Thor
Keywords: Cc:

Description

The openpsa login page tries to load /midcom-static/org.openpsa.core/openpsa.css, which is not present on the machine and AFAIK in SVN as well.

I would change it myself, but I don't know which would be the correct stylesheet :-)

Change History

09/10/07 13:34:00 changed by bergie

  • status changed from new to closed.
  • resolution set to fixed.

(In [12103]) Use right style elements, closes #69

09/28/07 18:22:46 changed by flack

  • priority changed from major to minor.
  • resolution deleted.
  • status changed from closed to reopened.
  • component changed from Asgard to MidCOM component.

I just tried adding the fixed code to my openpsa2 template, but it doesn't work. I guess that has to do with the fact that there is no call to print_head_elements, so they are added correctly, but not printed to the actual HTML. But even when they are correctly added, they don't do anything (I haven't checked print.css, but why wold you want to print a login screen anyways), so maybe the best solution would be to remove them altogether from the login page (there is another style block anyways, and it seems that it loads all the needed classes).

09/30/08 14:51:21 changed by bergie

  • milestone set to 1.8 Thor.

10/07/08 16:12:51 changed by bergie

  • owner changed from bergie to flack.
  • status changed from reopened to new.
  • version changed from 2.8 to 1.8 Thor.
  • milestone changed from 1.8 Thor to 8.09 Ragnaroek.

Reassigning to Ragnaroek as that is now the stable branch.

10/13/08 10:59:22 changed by bergie

  • milestone changed from 8.09 Ragnaroek to 8.09.2 Ragnaroek.

10/30/08 01:21:44 changed by flack

  • status changed from new to closed.
  • resolution set to fixed.

(In [18511]) use correct favicon URL and make sure that the CSS files added to head are actually loaded. fixes #69