Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmo
ISPConfig 3
Commits
8f135707
Commit
8f135707
authored
5 years ago
by
Marius Burkard
Browse files
Options
Downloads
Patches
Plain Diff
- set autofocus on username/email field for login page, implements #5358
parent
a68bd9a7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
interface/web/login/templates/index.htm
+1
-1
1 addition, 1 deletion
interface/web/login/templates/index.htm
interface/web/login/templates/password_reset.htm
+1
-1
1 addition, 1 deletion
interface/web/login/templates/password_reset.htm
with
2 additions
and
2 deletions
interface/web/login/templates/index.htm
+
1
−
1
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=
""
>
...
...
This diff is collapsed.
Click to expand it.
interface/web/login/templates/password_reset.htm
+
1
−
1
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"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment