shithub: werc

Download patch

ref: ae9b4f69b3b7c0c519c9aa5d6bbe65ce238dc017
parent: 5a0b39aaf3107a3db595cfba75bb963bee77b6d0
author: uriel <uriel@engel.se.cat-v.org>
date: Sun Jan 25 23:09:23 EST 2009

Cosmetic html fixes to user login form.

--- a/lib/_users/login.tpl
+++ b/lib/_users/login.tpl
@@ -7,8 +7,8 @@
 %    if (~ $REQUEST_METHOD POST)
 %        echo 'Login failed!'
 <form method="POST">
-    User name: <input type="text" name="user_name" /><br />
-    User password: <input type="password" name="user_password" /><br />
+    <label>User name: <input type="text" name="user_name" /></label><br />
+    <lavel>User password: <input type="password" name="user_password" /></label><br />
     <input name="s" type="submit" value="Login" />
 </form>
 % }