Skip to content
Snippets Groups Projects
Commit b34e43b1 authored by Markus Klein's avatar Markus Klein Committed by Philipp Gampe
Browse files

[FEATURE] Add autofocus attribute to BE login

Adding the HTML5 autofocus attribute to the
backend login box's username field.

Resolves: #49228
Releases: 6.2
Change-Id: I5a00d5ec260ade81fb83553a50358cddf95eaebb
Reviewed-on: https://review.typo3.org/21500
Reviewed-by: Eric Chavaillaz
Tested-by: Eric Chavaillaz
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
parent 6d278b19
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@
<!-- ###LOGIN_ERROR### end -->
<tr class="c-username">
<td><label for="username" class="c-username">###LABEL_USERNAME###:</label></td>
<td><input type="text" id="username" name="username" value="###VALUE_USERNAME###" class="c-username" /></td>
<td><input type="text" id="username" name="username" value="###VALUE_USERNAME###" class="c-username" autofocus="autofocus" /></td>
</tr>
<tr class="c-password">
<td><label for="password" class="c-password">###LABEL_PASSWORD###:</label></td>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment