diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-02-21 11:25:22 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-02-21 11:25:22 +0100 |
commit | 340a8f19d687efab84de9335e7c40cabeef90acf (patch) | |
tree | 0a85adc3aa9ac57bce5d8304ee36cd4a2d52fb82 /phpBB/styles/subsilver2/template/captcha_qa.html | |
parent | 4b2690f792d330622fd5409ded5f163db1b97bd9 (diff) | |
download | forums-340a8f19d687efab84de9335e7c40cabeef90acf.tar forums-340a8f19d687efab84de9335e7c40cabeef90acf.tar.gz forums-340a8f19d687efab84de9335e7c40cabeef90acf.tar.bz2 forums-340a8f19d687efab84de9335e7c40cabeef90acf.tar.xz forums-340a8f19d687efab84de9335e7c40cabeef90acf.zip |
[ticket/10456] Add tabindex to subsilver2 captcha
Did not set tabindex on registration page, as the hole page does not have any.
PHPBB3-10456
Diffstat (limited to 'phpBB/styles/subsilver2/template/captcha_qa.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/captcha_qa.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_qa.html b/phpBB/styles/subsilver2/template/captcha_qa.html index 23d2a92f68..acc9cdcdfb 100644 --- a/phpBB/styles/subsilver2/template/captcha_qa.html +++ b/phpBB/styles/subsilver2/template/captcha_qa.html @@ -3,6 +3,6 @@ </tr> <tr> <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /><span class="gensmall">{L_CONFIRM_QUESTION_EXPLAIN}</span></td> - <td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></td> + <td class="row2"><input class="post" type="text" name="qa_answer" size="80"<!-- IF $CAPTCHA_TAB_INDEX --> tabindex="{$CAPTCHA_TAB_INDEX}"<!-- ENDIF --> /></td> <input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td> </tr> |