|
From: Henry S. <kel...@ph...> - 2009-08-22 12:11:34
|
Author: Kellanved
Date: Sat Aug 22 13:10:47 2009
New Revision: 10043
Log:
#50165
Modified:
branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_qa.html
branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html
Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_qa.html
==============================================================================
*** branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_qa.html (original)
--- branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_qa.html Sat Aug 22 13:10:47 2009
***************
*** 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>
Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html
==============================================================================
*** branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html (original)
--- branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html Sat Aug 22 13:10:47 2009
***************
*** 1,7 ****
<!-- IF S_RECAPTCHA_AVAILABLE -->
! <tr><td colspan="22>
<script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}">
! // <![CDATA[
var RecaptchaOptions = {
lang : {L_RECAPTCHA_LANG}
};
--- 1,12 ----
<!-- IF S_RECAPTCHA_AVAILABLE -->
! <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[
var RecaptchaOptions = {
lang : {L_RECAPTCHA_LANG}
};
|