diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:42 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:42 +0000 |
commit | a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3 (patch) | |
tree | 431ee8cb4be45930b2610f1b2b858b7e61350558 /root/user | |
parent | 03fb1c1de4126acf734c4d870153205bd5e41d71 (diff) | |
download | identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.tar identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.tar.gz identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.tar.bz2 identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.tar.xz identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.zip |
align the subform to the left
Diffstat (limited to 'root/user')
-rw-r--r-- | root/user/index.tt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/root/user/index.tt b/root/user/index.tt index f21ad5d..abd3a3a 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -33,7 +33,8 @@ </div> <hr /> - +<div id="attribute_add_form"> +<h3>[%('Add a attribute')%]</h3> <form method="post" action="/user/add"> <p> <select name="attribute"> @@ -47,3 +48,4 @@ <button type="submit" value="[% l('Add') %]">[% l('Add') %]</button> </p> </form> +</div> |