summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-09-24 04:05:19 +0200
committerjocuri%softhome.net <>2004-09-24 04:05:19 +0200
commit32213409cdeb1aa665802491f4a2a1483ff5b8a5 (patch)
tree991f1d3bd54fb8532fff1987d76afa9694e32cf0 /template/en/default/list/table.html.tmpl
parent081484eb4442c873e9294e58ef358c18e75fe985 (diff)
downloadbugzilla-32213409cdeb1aa665802491f4a2a1483ff5b8a5.tar.gz
bugzilla-32213409cdeb1aa665802491f4a2a1483ff5b8a5.tar.xz
Patch for bug 255512: For bz_secure, distinguish between mandatory and non-mandatory groups and create distinct CSS classes to enable customizations by the admin; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, r=joel, a=justdave.
Diffstat (limited to 'template/en/default/list/table.html.tmpl')
-rw-r--r--template/en/default/list/table.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index 5a2cf8418..98db7ec52 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -152,7 +152,8 @@
bz_[% bug.priority FILTER css_class_quote %]
bz_[% bug.bug_status FILTER css_class_quote %]
[%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution %]
- [%+ "bz_secure" IF bug.isingroups %]
+ [%+ "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" %]
">