aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/captcha_recaptcha.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-08-27 09:10:28 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-08-27 09:10:28 +0000
commitf1bd295ce6c92e219d20ac684835cd7aa4ce803b (patch)
tree3efdd364ae7199bbb6521eca51aa7aec0e3c3600 /phpBB/styles/prosilver/template/captcha_recaptcha.html
parentfa754d1576466f7ca8a483e72b5b1e1d47a4b1ad (diff)
downloadforums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.tar
forums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.tar.gz
forums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.tar.bz2
forums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.tar.xz
forums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.zip
Change of r10055, which itself was:
Adjustement for r10050, related to Bug #50185 Instead of S_TAB_INDEX we now use a method suggested by nickvergessen - we simply DEFINE the tabindex for the captcha depending on where it is included. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10058 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_recaptcha.html')
-rw-r--r--phpBB/styles/prosilver/template/captcha_recaptcha.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html
index a77d19cfc1..5ce19b20ec 100644
--- a/phpBB/styles/prosilver/template/captcha_recaptcha.html
+++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html
@@ -16,8 +16,8 @@
<script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}">
// <![CDATA[
var RecaptchaOptions = {
- lang : {L_RECAPTCHA_LANG},
- tabindex : <!-- INC S_TAB_INDEX -->
+ lang : {L_RECAPTCHA_LANG},
+ tabindex : <!-- IF $CAPTCHA_TAB_INDEX -->{$CAPTCHA_TAB_INDEX}<!-- ELSE -->10<!-- ENDIF -->
};
// ]]>
</script>