]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changin...
authorjake%bugzilla.org <>
Wed, 13 Apr 2005 03:43:32 +0000 (03:43 +0000)
committerjake%bugzilla.org <>
Wed, 13 Apr 2005 03:43:32 +0000 (03:43 +0000)
r=mkanat

skins/standard/global.css
template/en/default/account/prefs/email.html.tmpl

index 0f274ea568c550b9edb1f8045dc9df4d711c8a0a..f9ac7c96d1d7aebe988f3c2ec5f8b4c45ed30b2b 100644 (file)
@@ -295,7 +295,7 @@ body
 
 .bz_row_odd
 {
-    background-color: #CCCCCC;
+    background-color: #F7F7F7;
     color: #000000;
 }
 
index 787cc8dfbdd8700496dd5a777156d4b21be3f116..bd265ca9fcaf6f979ac5c64abb25278acd1f71df 100644 (file)
@@ -208,7 +208,8 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb
   </tr>
 
   [% FOREACH event = neg_events %]  
-    <tr>
+    [% count = loop.count() %]
+    <tr class="bz_row_[% count % 2 == 1 ? "odd" : "even" %]">
       [% FOREACH relationship = relationships %]
         [% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR
                    (relationship.id == constants.REL_VOTER AND NOT usevotes) %]