aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-21 10:12:31 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-21 10:12:31 +0200
commitbbff4b57a9692580c87135055928851ca368ab4f (patch)
tree404d6d4d102e9963741a1c59a704fa2ea21f96a9
parentf281635c9a60b09a51fa9735337ff1eb0ab581f8 (diff)
downloadwallabag-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.html3
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"}