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/posting_body.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/posting_body.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index fec6d7ff6c..d7947caf2f 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -333,6 +333,7 @@ <!-- ENDIF --> <!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE --> + <!-- DEFINE $CAPTCHA_TAB_INDEX = 4 --> <!-- INCLUDE {CAPTCHA_TEMPLATE} --> <!-- ENDIF --> |
