diff options
author | jake%bugzilla.org <> | 2005-04-13 05:43:32 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2005-04-13 05:43:32 +0200 |
commit | 82a81cbeeb591b9fdd6a67c46791052dc039b5d3 (patch) | |
tree | f5d9a9e98f9884fee7bce35f6d7b48fa99a057b0 /template/en/default/account | |
parent | add70bda3bba58c8e39711215e9d6f31b42bf598 (diff) | |
download | bugzilla-82a81cbeeb591b9fdd6a67c46791052dc039b5d3.tar.gz bugzilla-82a81cbeeb591b9fdd6a67c46791052dc039b5d3.tar.xz |
Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changing the default color back to F7F7F7.
r=mkanat
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 787cc8dfb..bd265ca9f 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -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) %] |