From dbd5c45f77e0715fb032a98183e60d06580f895c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 21 Jul 2011 10:38:15 +0000 Subject: align to the left, and show the group description in the form --- root/admin/group.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/admin/group.tt b/root/admin/group.tt index 803f099..5ca7fa4 100644 --- a/root/admin/group.tt +++ b/root/admin/group.tt @@ -28,9 +28,9 @@ [% l('Group Name') %] [% FOREACH entry IN entries %] - + [% entry.cn %] -[% entry.cn %] +[% entry.description %] [% END %] -- cgit v1.2.1