diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/captcha_recaptcha.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/captcha_recaptcha.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_recaptcha.html b/phpBB/styles/subsilver2/template/captcha_recaptcha.html index 106a5cce2a..f6e3c8a217 100644 --- a/phpBB/styles/subsilver2/template/captcha_recaptcha.html +++ b/phpBB/styles/subsilver2/template/captcha_recaptcha.html @@ -1,7 +1,12 @@ <!-- IF S_RECAPTCHA_AVAILABLE --> - <tr><td colspan="22> + <tr> + <th colspan="2" valign="middle">{L_CONFIRM_CODE}</th> + </tr> + <tr><td class="row1"><b class="genmed">{L_CONFIRM_CODE}: </b><br /><span class="gensmall">{L_RECAPTCHA_EXPLAIN} +</span></td> + <td class="row2"> <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"> - // <![CDATA[ + //<![CDATA[ var RecaptchaOptions = { lang : {L_RECAPTCHA_LANG} }; |