From 88669f11e3073ec190ec844f56b18528e180faf3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 10 Sep 2007 17:53:32 +0000 Subject: Bug 134474: The mass-change form in buglist.cgi offers too many groups - Patch by Frédéric Buclin r=wurblzap a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/list/edit-multiple.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 91d4bb852..f19410ab8 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -256,7 +256,7 @@ [% IF groups.size > 0 %] - Groupset:
+ Groups:
@@ -273,7 +273,7 @@ - [% IF group.isactive %] + [% IF group.is_active %] @@ -283,7 +283,7 @@ [% END %] -- cgit v1.2.3-24-g4f1b
Don't
change
this group
restriction
- [% SET inactive = !group.isactive %] + [% SET inactive = !group.is_active %] [% group.description FILTER html_light FILTER inactive(inactive) %]