[Rt-commit] r9288 - in rt/branches/3.7-RTIR-RELENG: html/NoAuth/css/3.5-default

sartak at bestpractical.com sartak at bestpractical.com
Fri Oct 12 13:32:00 EDT 2007


Author: sartak
Date: Fri Oct 12 13:31:59 2007
New Revision: 9288

Modified:
   rt/branches/3.7-RTIR-RELENG/   (props changed)
   rt/branches/3.7-RTIR-RELENG/html/NoAuth/css/3.5-default/titlebox.css

Log:
 r43612 at onn:  sartak | 2007-10-12 13:31:49 -0400
 Add a callback for the good titlebox CSS


Modified: rt/branches/3.7-RTIR-RELENG/html/NoAuth/css/3.5-default/titlebox.css
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/NoAuth/css/3.5-default/titlebox.css	(original)
+++ rt/branches/3.7-RTIR-RELENG/html/NoAuth/css/3.5-default/titlebox.css	Fri Oct 12 13:31:59 2007
@@ -72,14 +72,10 @@
 %# select all elements X that do NOT have element Y as a descendant... which I can
 %# fake with the child selector of CSS2, but IE is stupid and does not support that.
 
-% for (qw(index
-%         Search-Build
-%         User-Prefs
-%         Approvals
-%         Admin-Users-Modify
-%         SelfService
-%         SelfService-Closed
-%                           ))
+% my @pages = qw(index Search-Build User-Prefs Approvals Admin-Users-Modify SelfService SelfService-Closed);
+% $m->callback(pages => \@pages, %ARGS);
+
+% for (@pages)
 % {
 #comp-<%$_%> .titlebox .titlebox-content,
 % }


More information about the Rt-commit mailing list