From 32213409cdeb1aa665802491f4a2a1483ff5b8a5 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 24 Sep 2004 02:05:19 +0000 Subject: 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 ; r=kiko, r=joel, a=justdave. --- template/en/default/list/table.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/list/table.html.tmpl') 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" %] "> -- cgit v1.2.3-24-g4f1b