aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-21 10:38:15 +0000
committerMichael Scherer <misc@mageia.org>2011-07-21 10:38:15 +0000
commitdbd5c45f77e0715fb032a98183e60d06580f895c (patch)
treec0a00cc278924f3a8c2b8fcb9a9ac18f04a699f4 /root
parent88808b93145f2abcecdba52bb515da0f39966e2a (diff)
downloadidentity-dbd5c45f77e0715fb032a98183e60d06580f895c.tar
identity-dbd5c45f77e0715fb032a98183e60d06580f895c.tar.gz
identity-dbd5c45f77e0715fb032a98183e60d06580f895c.tar.bz2
identity-dbd5c45f77e0715fb032a98183e60d06580f895c.tar.xz
identity-dbd5c45f77e0715fb032a98183e60d06580f895c.zip
align to the left, and show the group description in the form
Diffstat (limited to 'root')
-rw-r--r--root/admin/group.tt4
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>