Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Webslice
ISPConfig 3
Commits
8f135707
Commit
8f135707
authored
Aug 01, 2019
by
Marius Burkard
Browse files
- set autofocus on username/email field for login page, implements #5358
parent
a68bd9a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/login/templates/index.htm
View file @
8f135707
...
...
@@ -4,7 +4,7 @@
<form
accept-charset=
"UTF-8"
role=
"form"
method=
"post"
action=
"index.php"
>
<fieldset>
<div
class=
"form-group"
>
<input
class=
"form-control"
placeholder=
"{tmpl_var name='username_txt'}"
name=
"username"
id=
"username"
type=
"text"
>
<input
class=
"form-control"
placeholder=
"{tmpl_var name='username_txt'}"
name=
"username"
id=
"username"
type=
"text"
autofocus
>
</div>
<div
class=
"form-group"
>
<input
class=
"form-control"
placeholder=
"{tmpl_var name='password_txt'}"
name=
"password"
id=
"password"
type=
"password"
value=
""
>
...
...
interface/web/login/templates/password_reset.htm
View file @
8f135707
...
...
@@ -9,7 +9,7 @@
<form
accept-charset=
"UTF-8"
role=
"form"
method=
"post"
action=
"password_reset.php"
>
<fieldset>
<div
class=
"form-group"
>
<input
class=
"form-control"
placeholder=
"{tmpl_var name='email_txt'}"
name=
"email"
id=
"email"
type=
"text"
>
<input
class=
"form-control"
placeholder=
"{tmpl_var name='email_txt'}"
name=
"email"
id=
"email"
type=
"text"
autofocus
>
</div>
<div
class=
"form-group"
>
<input
class=
"form-control"
placeholder=
"{tmpl_var name='username_txt'}"
name=
"username"
id=
"username"
type=
"text"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment