[Rt-commit] r9569 - in rt/branches/3.7-EXPERIMENTAL:
html/NoAuth/css/3.5-default
ruz at bestpractical.com
ruz at bestpractical.com
Tue Nov 6 07:03:36 EST 2007
Author: ruz
Date: Tue Nov 6 07:03:34 2007
New Revision: 9569
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.5-default/titlebox.css
Log:
r9289 at cubic-pc (orig r9288): sartak | 2007-10-12 21:31:59 +0400
r43612 at onn: sartak | 2007-10-12 13:31:49 -0400
Add a callback for the good titlebox CSS
Modified: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.5-default/titlebox.css
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.5-default/titlebox.css (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.5-default/titlebox.css Tue Nov 6 07:03:34 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