sklad: autofocus desirable input fields
This commit is contained in:
parent
e003427f9f
commit
fbb76679f3
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue