diff options
Diffstat (limited to 'root')
-rw-r--r-- | root/admin/group.tt | 4 |
1 files 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 @@ <th>[% l('Group Name') %]</th> </tr> [% FOREACH entry IN entries %] -<tr> +<tr align="left"> <td><a href="[% c.uri_for('/admin/group_modify') %]/[% entry.cn %]">[% entry.cn %]</a></td> -<td>[% entry.cn %]</td> +<td>[% entry.description %]</td> </tr> [% END %] </table> |