aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/captcha_recaptcha.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-09-28 10:26:18 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-09-28 10:26:18 +0000
commiteb7ac464cfa690752eaa73b9e6e24f32ff2b172c (patch)
tree7bbd6270fd51b79ae20011d286bf1280a896c52a /phpBB/styles/prosilver/template/captcha_recaptcha.html
parent1612be1af3e5953f50721b684dccb97dd2ce2000 (diff)
downloadforums-eb7ac464cfa690752eaa73b9e6e24f32ff2b172c.tar
forums-eb7ac464cfa690752eaa73b9e6e24f32ff2b172c.tar.gz
forums-eb7ac464cfa690752eaa73b9e6e24f32ff2b172c.tar.bz2
forums-eb7ac464cfa690752eaa73b9e6e24f32ff2b172c.tar.xz
forums-eb7ac464cfa690752eaa73b9e6e24f32ff2b172c.zip
#52095
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10191 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_recaptcha.html')
-rw-r--r--phpBB/styles/prosilver/template/captcha_recaptcha.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html
index 5ce19b20ec..9ab61faccf 100644
--- a/phpBB/styles/prosilver/template/captcha_recaptcha.html
+++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html
@@ -12,16 +12,22 @@
<dl>
<dt><label>{L_CONFIRM_CODE}</label>:<br /><span>{L_RECAPTCHA_EXPLAIN}</span></dt>
<dd>
-
- <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}">
+ <script type="text/javascript">
// <![CDATA[
var RecaptchaOptions = {
- lang : {L_RECAPTCHA_LANG},
+ lang : '{L_RECAPTCHA_LANG}',
tabindex : <!-- IF $CAPTCHA_TAB_INDEX -->{$CAPTCHA_TAB_INDEX}<!-- ELSE -->10<!-- ENDIF -->
};
// ]]>
</script>
-
+ <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" />
+ <script type="text/javascript">
+ // <![CDATA[
+ <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
+ document.getElementById('recaptcha_table').style.direction = 'ltr';
+ <!-- ENDIF -->
+ // ]]>
+ </script>
<noscript>
<div>
<object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br />