From: lpsolit%gmail.com <> Date: Fri, 27 Jan 2006 01:38:09 +0000 (+0000) Subject: Bug 323524: Make the group name in editgroups.cgi an edit link - Patch by Frédéric... X-Git-Tag: bugzilla-2.22rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bab091dccdb2bdfa10700b64664c6ba77b2ad2f;p=thirdparty%2Fbugzilla.git Bug 323524: Make the group name in editgroups.cgi an edit link - Patch by Frédéric Buclin r=wicked a=justdave --- diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index 5c473216c1..b7897c5e78 100644 --- a/template/en/default/admin/groups/list.html.tmpl +++ b/template/en/default/admin/groups/list.html.tmpl @@ -50,15 +50,18 @@ [% FOREACH group = groups %] - [% group.name FILTER html %] + + + [% group.name FILTER html %] + [% group.description FILTER html %] - [% group.userregexp FILTER html %]  + [% group.userregexp FILTER html %]  [% IF (group.isactive != 0) && (group.isbuggroup) %] X [% ELSE %] -   +   [% END %] @@ -67,9 +70,10 @@ - Edit [% IF (group.isbuggroup) %] - | Delete + Delete + [% ELSE %] +   [% END %]