diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-27 12:34:47 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-27 12:34:47 +0000 |
commit | fce2cbac7dc211986f374f11cc59dea249fc3068 (patch) | |
tree | 07c6d3146c0784bf1fd03a39886960c5fb2b8e88 | |
parent | ca484d71416a0b14585f1505d51ccde5c171a878 (diff) | |
download | identity-fce2cbac7dc211986f374f11cc59dea249fc3068.tar identity-fce2cbac7dc211986f374f11cc59dea249fc3068.tar.gz identity-fce2cbac7dc211986f374f11cc59dea249fc3068.tar.bz2 identity-fce2cbac7dc211986f374f11cc59dea249fc3068.tar.xz identity-fce2cbac7dc211986f374f11cc59dea249fc3068.zip |
align to the left the text
-rw-r--r-- | root/admin/password.tt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/admin/password.tt b/root/admin/password.tt index 25a66ea..db8d271 100644 --- a/root/admin/password.tt +++ b/root/admin/password.tt @@ -1,3 +1,4 @@ +<div align="left"> <p> Resetting the users ([% uid %]) password will: <ul> @@ -14,3 +15,5 @@ Resetting the users ([% uid %]) password will: <input type='hidden' name='txnid' value='[% txnid %]'> <input type='submit' value='Reset'> </form> +</p> +</div> |