1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

#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
This commit is contained in:
Henry Sudhof
2009-06-30 08:11:32 +00:00
parent 1c5e724e5e
commit 9249ee2e72
3 changed files with 35 additions and 15 deletions

View File

@@ -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 -->
<!-- ENDIF -->
<!-- IF S_TYPE == 0 -->
<!-- ENDIF -->