diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-08-22 12:10:47 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-08-22 12:10:47 +0000 |
commit | c4e68335b9bebed0bd03fbe81784494ae7e026ed (patch) | |
tree | 34c55f3e70dde9a539402e8f6be8c89f6ee4e68e /phpBB | |
parent | 70c4e48b3973df360ec075b89011cb2841c1abb7 (diff) | |
download | forums-c4e68335b9bebed0bd03fbe81784494ae7e026ed.tar forums-c4e68335b9bebed0bd03fbe81784494ae7e026ed.tar.gz forums-c4e68335b9bebed0bd03fbe81784494ae7e026ed.tar.bz2 forums-c4e68335b9bebed0bd03fbe81784494ae7e026ed.tar.xz forums-c4e68335b9bebed0bd03fbe81784494ae7e026ed.zip |
#50165
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10043 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/subsilver2/template/captcha_qa.html | 3 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/captcha_recaptcha.html | 9 |
2 files changed, 10 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_qa.html b/phpBB/styles/subsilver2/template/captcha_qa.html index 1711bdb90d..c9f2ecbb4d 100644 --- a/phpBB/styles/subsilver2/template/captcha_qa.html +++ b/phpBB/styles/subsilver2/template/captcha_qa.html @@ -1,4 +1,7 @@ <tr> + <th colspan="2" valign="middle">{QA_CONFIRM_QUESTION}</th> + </tr> + <tr> <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}: </b><br /></td> <td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></td> <input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td> 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} }; |