diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-21 10:12:31 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-21 10:12:31 +0200 |
commit | bbff4b57a9692580c87135055928851ca368ab4f (patch) | |
tree | 404d6d4d102e9963741a1c59a704fa2ea21f96a9 | |
parent | f281635c9a60b09a51fa9735337ff1eb0ab581f8 (diff) | |
download | wallabag-bbff4b57a9692580c87135055928851ca368ab4f.tar.gz wallabag-bbff4b57a9692580c87135055928851ca368ab4f.tar.zst wallabag-bbff4b57a9692580c87135055928851ca368ab4f.zip |
Fixed #65 - sur le form de login, focus au champ login
-rw-r--r-- | tpl/login.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tpl/login.html b/tpl/login.html index 8b2f80f8..b78b72e1 100644 --- a/tpl/login.html +++ b/tpl/login.html | |||
@@ -21,4 +21,7 @@ | |||
21 | <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>"> | 21 | <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>"> |
22 | <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>"> | 22 | <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>"> |
23 | </form> | 23 | </form> |
24 | <script type="text/javascript"> | ||
25 | window.onload = document.loginform.login.focus(); | ||
26 | </script> | ||
24 | {include="footer"} | 27 | {include="footer"} |