Skip to content

Commit

Permalink
[#987 state:resolved] Added tabindex to login form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jayallen committed Jul 11, 2011
1 parent 8782aca commit a66c879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmpl/cms/include/login_mt.tmpl
Expand Up @@ -2,13 +2,13 @@
id="username"
label="<__trans phrase="Username">"
label_class="top-label">
<input name="username" id="username" class="ti" />
<input name="username" id="username" class="ti" tabindex="1" />
</mtapp:setting>

<mtapp:setting
id="password"
label="<__trans phrase="Password">">
<input type="password" name="password" id="password" class="ti" />
<input type="password" name="password" id="password" class="ti" tabindex="2" />
</mtapp:setting>

<p><label><MT_TRANS phrase="Remember me?"> <input type="checkbox" name="remember" value="1" accesskey="r" /></label></p>
<p><label><MT_TRANS phrase="Remember me?"> <input type="checkbox" name="remember" value="1" accesskey="r" tabindex="3" /></label></p>
1 change: 1 addition & 0 deletions tmpl/cms/login.tmpl
Expand Up @@ -76,6 +76,7 @@ TC.attachLoadEvent(init);
accesskey="s"
title="<__trans phrase="Sign In (s)">"
class="primary-button"
tabindex="4"
><__trans phrase="Sign In"></button>
</div>
</div>
Expand Down

0 comments on commit a66c879

Please sign in to comment.