From 626c9a5c550142ca778adaad5abd707ad494fc5c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 27 Jan 2006 01:40:31 +0000 Subject: [PATCH] =?utf8?q?Bug=20323524:=20Make=20the=20group=20name=20in?= =?utf8?q?=20editgroups.cgi=20an=20edit=20link=20-=20Patch=20by=20Fr=C3=A9?= =?utf8?q?d=C3=A9ric=20Buclin=20=20r=3Dwicked=20a=3Djus?= =?utf8?q?tdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/groups/list.html.tmpl | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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 %] -- 2.47.2