From 8990b94be73e8ef225742f9676cc2ec9574e771f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 21 Jul 2011 10:45:29 +0000 Subject: redo the list of group that are managed, to be more seamless --- root/admin/group.tt | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'root/admin') diff --git a/root/admin/group.tt b/root/admin/group.tt index 5ca7fa4..5cf5469 100644 --- a/root/admin/group.tt +++ b/root/admin/group.tt @@ -22,18 +22,14 @@ [% IF entries.size %] -[% heading %] - - - - +
+

[% heading %]

[% FOREACH entry IN entries %] -
- - - +

+[% entry.cn %]
+  [% entry.description %]

[% END %] -
[% l('Group Name') %]
[% entry.cn %][% entry.description %]
+ [% END %] -- cgit v1.2.1