related to Bug #50185 - forgot to add tabindex to submit button on registration

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10115 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2009-09-07 11:57:21 +00:00
parent 58a3d87744
commit 5f244f64c6

View file

@ -102,7 +102,7 @@
<fieldset class="submit-buttons"> <fieldset class="submit-buttons">
{S_HIDDEN_FIELDS} {S_HIDDEN_FIELDS}
<input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp; <input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
<input type="submit" name="submit" id="submit" value="{L_SUBMIT}" class="button1 default-submit-action" /> <input type="submit" tabindex="9" name="submit" id="submit" value="{L_SUBMIT}" class="button1 default-submit-action" />
{S_FORM_TOKEN} {S_FORM_TOKEN}
</fieldset> </fieldset>