Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fairlogin
keycloak-fairlogin-theme
Commits
092ee675
Commit
092ee675
authored
Jun 28, 2019
by
Johannes Buechele
Browse files
#89 fixed tab order
parent
fb708ecd
Changes
1
Hide whitespace changes
Inline
Side-by-side
fairlogin/login/login.ftl
View file @
092ee675
...
...
@@ -30,18 +30,18 @@
<div class="form-group">
<label for="username">$
{
msg
(
"email"
)}
</label>
<input id="username" type="text" class="form-control" name="username" value="" required autofocus>
<input id="username" type="text" class="form-control" name="username" value="" required autofocus
tabindex="1"
>
</div>
<div class="form-group">
<label for="password">$
{
msg
(
"password"
)}
<#if realm.resetPasswordAllowed>
<a href="$
{
url
.loginResetCredentialsUrl
}
" class="float-right">
<a href="$
{
url
.loginResetCredentialsUrl
}
" class="float-right"
tabindex="5"
>
$
{
msg
(
"doForgotPassword"
)}
</a>
</#if>
</label>
<input id="password" type="password" class="form-control" name="password" required>
<input id="password" type="password" class="form-control" name="password" required
tabindex="2"
>
</div>
<#if realm.rememberMe && !usernameEditDisabled??>
...
...
@@ -53,7 +53,7 @@
</#if>
<div class="form-group no-margin">
<button type="submit" class="btn btn-primary btn-block btn-main-action" name="login">
<button type="submit" class="btn btn-primary btn-block btn-main-action" name="login"
tabindex="3"
>
$
{
msg
(
"doLogIn"
)}
</button>
</div>
...
...
@@ -65,7 +65,7 @@
<p>$
{
msg
(
"getFairloginIdIdpDescription"
)}
</p>
<div class="text-center">
<a class="btn btn-primary" data-toggle="collapse" href="#socialProviders" role="button" aria-expanded="false" aria-controls="social.providers">
<a class="btn btn-primary" data-toggle="collapse" href="#socialProviders" role="button" aria-expanded="false" aria-controls="social.providers"
tabindex="4"
>
$
{
msg
(
"moreSocialIdentityProviders"
)}
</a>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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