shithub: werc

Download patch

ref: 9c28aaa0123cf98736046c068173a64baf31f9bc
parent: f4a38285503bec14e2fef24416ba97d2383da590
author: sl <uriel@engel.se.cat-v.org>
date: Mon Mar 2 11:46:23 EST 2009

Style and html fixes for user login template.

--- 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" />