aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/captcha_recaptcha.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-06-30 08:11:32 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-06-30 08:11:32 +0000
commit9249ee2e7209b1f6b5da9ecee75408cb545c1647 (patch)
tree9f16e9f8d2e6eeec7297c202217775d06288697a /phpBB/styles/prosilver/template/captcha_recaptcha.html
parent1c5e724e5ecbf3a9e36d3e34dd50f4cd3134f696 (diff)
downloadforums-9249ee2e7209b1f6b5da9ecee75408cb545c1647.tar
forums-9249ee2e7209b1f6b5da9ecee75408cb545c1647.tar.gz
forums-9249ee2e7209b1f6b5da9ecee75408cb545c1647.tar.bz2
forums-9249ee2e7209b1f6b5da9ecee75408cb545c1647.tar.xz
forums-9249ee2e7209b1f6b5da9ecee75408cb545c1647.zip
#47615 - move the panel for the conifrm box to the captcha template
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9705 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_recaptcha.html')
-rw-r--r--phpBB/styles/prosilver/template/captcha_recaptcha.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html
index 0cb43cf01f..486124c844 100644
--- a/phpBB/styles/prosilver/template/captcha_recaptcha.html
+++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html
@@ -1,3 +1,13 @@
+<!-- IF S_TYPE == 0 -->
+<div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <h3>{L_CONFIRMATION}</h3>
+ <p>{L_CONFIRM_EXPLAIN}</p>
+
+ <fieldset class="fields2">
+
+<!-- ENDIF -->
<!-- IF S_RECAPTCHA_AVAILABLE -->
<dl>
<dd>
@@ -22,4 +32,8 @@
</dl>
<!-- ELSE -->
{L_RECAPTCHA_NOT_AVAILABLE}
-<!-- ENDIF --> \ No newline at end of file
+<!-- ENDIF -->
+<!-- IF S_TYPE == 0 -->
+
+<!-- ENDIF -->
+