From 3bab091dccdb2bdfa10700b64664c6ba77b2ad2f Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 27 Jan 2006 01:38:09 +0000 Subject: Bug 323524: Make the group name in editgroups.cgi an edit link - Patch by Frédéric Buclin r=wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/groups/list.html.tmpl | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index 5c473216c..b7897c5e7 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 %] -- cgit v1.2.3-24-g4f1b