From: lpsolit%gmail.com <> Date: Fri, 27 Jan 2006 01:40:31 +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.20.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626c9a5c550142ca778adaad5abd707ad494fc5c;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 6dcfcbb449..ee1eced11e 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.regexp FILTER html %]  + [% group.regexp FILTER html %]  [% IF (group.isactive != 0) && (group.isbuggroup) %] X [% ELSE %] -   +   [% END %] @@ -67,9 +70,10 @@ - Edit [% IF (group.isbuggroup) %] - | Delete + Delete + [% ELSE %] +   [% END %]