diff options
author | jocuri%softhome.net <> | 2004-09-24 04:05:19 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-09-24 04:05:19 +0200 |
commit | 32213409cdeb1aa665802491f4a2a1483ff5b8a5 (patch) | |
tree | 991f1d3bd54fb8532fff1987d76afa9694e32cf0 /template | |
parent | 081484eb4442c873e9294e58ef358c18e75fe985 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 3 |
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" %] "> |