diff options
author | narqelion <> | 2010-10-28 22:25:10 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-10-28 22:35:53 +0200 |
commit | a009614afb74d31cb790fcdddfbcbcf4ce20fab1 (patch) | |
tree | 63fbfc163c63e39000c2792128aa1e7722fee390 /phpBB/styles/subsilver2/template/captcha_default.html | |
parent | 6ff403c9f8fd19e5ddf81fdf3e8bb27018b519b9 (diff) | |
download | forums-a009614afb74d31cb790fcdddfbcbcf4ce20fab1.tar forums-a009614afb74d31cb790fcdddfbcbcf4ce20fab1.tar.gz forums-a009614afb74d31cb790fcdddfbcbcf4ce20fab1.tar.bz2 forums-a009614afb74d31cb790fcdddfbcbcf4ce20fab1.tar.xz forums-a009614afb74d31cb790fcdddfbcbcf4ce20fab1.zip |
[ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging in
This makes subsilver2 consistent with prosilver.
PHPBB3-9835
Diffstat (limited to 'phpBB/styles/subsilver2/template/captcha_default.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/captcha_default.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_default.html b/phpBB/styles/subsilver2/template/captcha_default.html index e0116ae42c..4c65f81643 100644 --- a/phpBB/styles/subsilver2/template/captcha_default.html +++ b/phpBB/styles/subsilver2/template/captcha_default.html @@ -1,9 +1,11 @@ <tr> <th colspan="2" valign="middle">{L_CONFIRM_CODE}</th> </tr> + <!-- IF S_TYPE == 1 --> <tr> <td class="row3" colspan="2"><span class="gensmall">{L_CONFIRM_EXPLAIN}</span></td> </tr> + <!-- ENDIF --> <tr> <td class="row1" colspan="2" align="center"><img src="{CONFIRM_IMAGE_LINK}" alt="{L_CONFIRM_CODE}" /> <input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></td> |