mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 07:48:16 -05:00
Add "remember me" back to the login tab order.
This commit is contained in:
committed by
Neil Williams
parent
e76d96d5b4
commit
b6493a13c7
@@ -111,7 +111,7 @@
|
||||
</li>
|
||||
%endif
|
||||
<li>
|
||||
<input type="checkbox" name="rem" id="rem_${op}" />
|
||||
<input type="checkbox" name="rem" id="rem_${op}" tabindex="${tabindex}" />
|
||||
<label for="rem_${op}" class="remember">
|
||||
${_('remember me')}
|
||||
</label>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<div class="status"></div>
|
||||
|
||||
<div id="remember-me">
|
||||
<input type="checkbox" name="rem" id="rem-${op}" />
|
||||
<input type="checkbox" name="rem" id="rem-${op}" tabindex="1" />
|
||||
<label for="rem-${op}">${_("remember me")}</label>
|
||||
<a class="recover-password" href="/password">${_("reset password")}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user