diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-05-17 19:17:43 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-05-17 19:17:43 +0000 |
commit | a82d735ee2cc76fac7902d10fc8996f090642043 (patch) | |
tree | 4dfe6a36b20a3d6eff90abc2afc413077a263350 /UI/login.html | |
parent | 548dc78f88283aedc11c00c9a02a4aef3839a6aa (diff) |
Correcting validation problems and changing script tag in ui-header to avoid browser bugs with Epiphany.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2149 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/login.html')
-rw-r--r-- | UI/login.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/UI/login.html b/UI/login.html index e670dc35..c88b1da4 100644 --- a/UI/login.html +++ b/UI/login.html @@ -30,7 +30,7 @@ <h1 class="login" align="center">Version SVN Trunk</h1> <div align="center"> <div id="credentials"></div> - <div id="company"> + <div id="company_div"> <div class="labelledinput"> <div class="label"> <label for="company"> @@ -45,11 +45,12 @@ size="30" id="company" accesskey="c" /> + </div> </div> </div> <button type="submit" name="action" value="login" accesskey="l"><?lsmb text('Login') ?></button> </div> - </div> + </div></div> </form> <p><a href="admin.pl"><?lsmb text('Administrative login') ?></a></p> </center> |