# HG changeset patch # User Matti Hamalainen # Date 1385242735 -7200 # Node ID 8945b78dd6b60df27b7705f0e8d597ac956794ab # Parent cb34e3fafb3348e05b3b75638fa5c539ceef9fa3 Use HTML5 form field autofocus. diff -r cb34e3fafb33 -r 8945b78dd6b6 admin.php --- a/admin.php Sat Nov 23 23:38:04 2013 +0200 +++ b/admin.php Sat Nov 23 23:38:55 2013 +0200 @@ -84,7 +84,7 @@ "

Please use illegal telepathy over HTTP to provide a password to enter the party administration systembolaget.

\n". stGetFormStart("admlogin", "admlogin.php"). stGetFormHiddenInput("mode", "check")."\n". - stGetFormPasswordInput("admpass", "", "")."\n". + stGetFormPasswordInput("admpass", "", "", "autofocus=\"autofocus\"")."\n". stGetFormSubmitInput("submit", "Login"). "\n"; }