aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
Diffstat (limited to 'root')
-rw-r--r--root/admin/account_group.tt6
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 %]