diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-12 18:13:59 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-12 18:13:59 +0000 |
commit | 2a9f8b5bcd6de819e461583bde1641aad3055d27 (patch) | |
tree | b30dbb003bb988d9b499eb8ee827040f1ff5e27f /modules | |
parent | 91b149adbf42f71b1892cef4b90f62c1147c8d06 (diff) |
Added a legend to the fieldset
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/views/login.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php index 6c646dde..58df6024 100644 --- a/modules/user/views/login.html.php +++ b/modules/user/views/login.html.php @@ -1,5 +1,6 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <fieldset id="gLogin"> + <legend>Login</legend> <ul> <li> <label for="username">Username</label> |