diff options
author | jake%bugzilla.org <> | 2005-04-12 07:52:50 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2005-04-12 07:52:50 +0200 |
commit | 531a3a34b85bd3c6284733869046270cc2d5300e (patch) | |
tree | d6b9a4eea7824ce2d3438f18a0fcd1768bd88bb1 /template/en/default/list | |
parent | 9782d3fe78d30a89ff6439e0a311d88d5ed190c5 (diff) | |
download | bugzilla-531a3a34b85bd3c6284733869046270cc2d5300e.tar.gz bugzilla-531a3a34b85bd3c6284733869046270cc2d5300e.tar.xz |
Bug 289594 - The table on the email settings page no longer is 100% wide. It also now supports even/odd row styling.
r=gerv, a=justdave
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 1a95fecd3..9ba10b6ec 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -161,7 +161,7 @@ [%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution -%] [%+ "bz_secure" IF bug.secure_mode -%] [%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode -%] - [%+ count % 2 == 1 ? "bz_odd" : "bz_even" -%] + [%+ count % 2 == 1 ? "bz_row_odd" : "bz_row_even" -%] "> |