diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-21 10:38:15 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-21 10:38:15 +0000 |
commit | dbd5c45f77e0715fb032a98183e60d06580f895c (patch) | |
tree | c0a00cc278924f3a8c2b8fcb9a9ac18f04a699f4 | |
parent | 88808b93145f2abcecdba52bb515da0f39966e2a (diff) | |
download | identity-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
-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> |