diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_recaptcha.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/captcha_recaptcha.html | 16 |
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 --> + |
