sklad: autofocus desirable input fields

This commit is contained in:
Přemysl Eric Janouch 2019-04-14 10:31:32 +02:00
parent e003427f9f
commit fbb76679f3
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<a href=/series>Řady</a>
<form method=get action=/search>
<input type=text name=q><input type=submit value="Hledat">
<input type=text name=q autofocus><input type=submit value="Hledat">
</form>
<form method=post action=/logout>

View File

@ -6,7 +6,7 @@
<form method=post>
<label for=password>Heslo:</label>
<input type=password name=password id=password
<input type=password name=password id=password autofocus
><input type=submit value="Přihlásit">
</form>