diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-21 10:15:46 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-21 10:15:46 +0000 |
commit | 11aba9044706eb80aad3d19a6f630d0daed72a69 (patch) | |
tree | b62192edee9d288d1f196503e30906c6bceb89a2 /root | |
parent | aab2a4a79338f3b79d17d3f7c880a7b0591f2904 (diff) | |
download | identity-11aba9044706eb80aad3d19a6f630d0daed72a69.tar identity-11aba9044706eb80aad3d19a6f630d0daed72a69.tar.gz identity-11aba9044706eb80aad3d19a6f630d0daed72a69.tar.bz2 identity-11aba9044706eb80aad3d19a6f630d0daed72a69.tar.xz identity-11aba9044706eb80aad3d19a6f630d0daed72a69.zip |
align the form, to have a less cluttered look
Diffstat (limited to 'root')
-rw-r--r-- | root/admin/account_group.tt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/root/admin/account_group.tt b/root/admin/account_group.tt index cd3b528..cc24c03 100644 --- a/root/admin/account_group.tt +++ b/root/admin/account_group.tt @@ -1,3 +1,4 @@ +<div align="left"> <h2>[% l('Add user [_1] to a new group', uid) %]</h2> <form method="post" action=""> @@ -10,10 +11,11 @@ </select> <input type='submit' value='[% l('Add') %]' /> </form> - +</div> <hr /> [% IF groups.size %] +<div align="left"> <h2>[% l('Delete user [_1] from an existing group:', uid) %] </h2> <form method="post" action=""> @@ -26,6 +28,6 @@ </select> <input type='submit' value='[% l('Delete') %]' /> </form> - +</div> <hr /> [% END %] |