commit a8990a454ebd93711bb160dde5d12bc021a2047b parent 26008563545d12aec9a1ad0a12d06738580b37a0 Author: uriel@soma <unknown> Date: Mon, 2 Mar 2009 16:46:23 +0000 Style and html fixes for user login template. Diffstat:
M | lib/_users/login.tpl | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/lib/_users/login.tpl b/lib/_users/login.tpl @@ -6,9 +6,13 @@ % if not { % if (~ $REQUEST_METHOD POST) % echo '<div class="notify_errors">Login failed!</div>' -<form method="POST" style="text-align: right; float: left;"> +<form method="post" action="" style="text-align: right; float: left;"> +<fieldset> <label>User name: <input type="text" name="user_name" value="%($"post_arg_user_name%)"/></label><br /> - <lavel>User password: <input type="password" name="user_password" /></label><br /> + <label>User password: <input type="password" name="user_password" /></label><br /> <input name="s" type="submit" value="Login" /> +</fieldset> </form> % } + +<br style="clear:left" />