aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/user/form.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-07-22 22:50:18 +0200
committerThomas Lange <code@nerdmind.de>2021-07-22 22:50:18 +0200
commit6b110bd109ceeb0a351c5da5427e66befe727292 (patch)
tree6125a2537e5f82b3ba081f591926d6c76b7ca1b2 /theme/admin/html/user/form.php
parent27e7a426b1c7ba7ec878204a937a0ecfff5214ed (diff)
downloadblog-6b110bd109ceeb0a351c5da5427e66befe727292.tar.gz
blog-6b110bd109ceeb0a351c5da5427e66befe727292.tar.xz
blog-6b110bd109ceeb0a351c5da5427e66befe727292.zip
Add "autofocus" attribute to HTML form fields
Diffstat (limited to 'theme/admin/html/user/form.php')
-rw-r--r--theme/admin/html/user/form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/user/form.php b/theme/admin/html/user/form.php
index e3a0686..6f4185d 100644
--- a/theme/admin/html/user/form.php
+++ b/theme/admin/html/user/form.php
@@ -17,7 +17,7 @@
<i class="fa fa-user"></i><?=$Language->text('label_fullname')?></label>
<div class="form-grid-item first">
- <input id="form_fullname" name="fullname" value="<?=escapeHTML($FORM['DATA']['FULLNAME'])?>" />
+ <input id="form_fullname" name="fullname" value="<?=escapeHTML($FORM['DATA']['FULLNAME'])?>" autofocus />
</div>
<label for="form_username">