From b3e936bf2bbc1fb1ec55732703650d9f78dfd5f0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 14 Aug 2008 21:36:07 +0000 Subject: Bug 448593: Move code to edit product group settings from editproducts.cgi to Bugzilla/Product.pm - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/products/groupcontrol/edit.html.tmpl | 48 +++++++++++----------- 1 file changed, 23 insertions(+), 25 deletions(-) (limited to 'template/en/default/admin/products/groupcontrol/edit.html.tmpl') diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl index c793ff683..8c634ebfe 100644 --- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl +++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl @@ -31,8 +31,6 @@ - @@ -46,23 +44,23 @@ - [% FOREACH group = groups %] - [% IF group.isactive == 0 AND group.bugcount > 0 %] + [% FOREACH group = product.group_controls(1).values.sort("name") %] + [% IF !group.group.isactive AND group.bug_count %] - [% ELSIF group.isactive != 0 %] + [% ELSIF group.group.is_active %] [% END %] -- cgit v1.2.3-24-g4f1b
editbugs [% terms.Bugs %]
- [% group.name FILTER html %] + [% group.group.name FILTER html %] Disabled - [% group.bugcount %] + [% group.bug_count FILTER html %]
- [% group.name FILTER html %] + [% group.group.name FILTER html %] @@ -133,7 +131,7 @@ [% " checked=\"checked\"" IF group.editbugs %]> - [% group.bugcount %] + [% group.bug_count || 0 FILTER html %]