aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-07-19 22:21:50 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-07-19 22:21:50 +0000
commite7a17a34295106391cb1803070dccb9e7a419d86 (patch)
tree67edbfedd37d8ee5283698bbdf6468e121de40ca /phpBB/styles/prosilver
parent76508b59d71f5c9943256045a4677888aca2464c (diff)
downloadforums-e7a17a34295106391cb1803070dccb9e7a419d86.tar
forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar.gz
forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar.bz2
forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar.xz
forums-e7a17a34295106391cb1803070dccb9e7a419d86.zip
Set some svn properties. Cleanup.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9799 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/captcha_qa.html4
-rw-r--r--phpBB/styles/prosilver/template/captcha_recaptcha.html25
-rw-r--r--phpBB/styles/prosilver/template/quickreply_editor.html1
3 files changed, 13 insertions, 17 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_qa.html b/phpBB/styles/prosilver/template/captcha_qa.html
index 52df6fac4a..e363ee008d 100644
--- a/phpBB/styles/prosilver/template/captcha_qa.html
+++ b/phpBB/styles/prosilver/template/captcha_qa.html
@@ -4,11 +4,10 @@
<h3>{L_CONFIRMATION}</h3>
<fieldset class="fields2">
-
<!-- ENDIF -->
<dl>
- <dt><label>{CONFIRM_QUESTION}</label>:<br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt>
+ <dt><label>{CONFIRM_QUESTION}</label>:<br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt>
<dd>
<input type="text" tabindex="10" name="answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" />
<input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" />
@@ -20,4 +19,3 @@
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
-
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html
index 431124a210..510a1d3124 100644
--- a/phpBB/styles/prosilver/template/captcha_recaptcha.html
+++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html
@@ -6,13 +6,13 @@
<p>{L_CONFIRM_EXPLAIN}</p>
<fieldset class="fields2">
-
<!-- ENDIF -->
+
<!-- IF S_RECAPTCHA_AVAILABLE -->
<dl>
- <dt><label>{L_CONFIRM_CODE}</label>:<br /><span>{L_RECAPTCHA_EXPLAIN}</span></dt>
+ <dt><label>{L_CONFIRM_CODE}</label>:<br /><span>{L_RECAPTCHA_EXPLAIN}</span></dt>
<dd>
-
+
<script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}">
// <![CDATA[
var RecaptchaOptions = {
@@ -20,24 +20,23 @@
};
// ]]>
</script>
-
-
- <noscript>
- <div>
- <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br />
- <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
- <input type="hidden" name="recaptcha_response_field" value="manual_challenge" />
- </div>
+
+ <noscript>
+ <div>
+ <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br />
+ <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
+ <input type="hidden" name="recaptcha_response_field" value="manual_challenge" />
+ </div>
</noscript>
-
+
</dd>
</dl>
<!-- ELSE -->
{L_RECAPTCHA_NOT_AVAILABLE}
<!-- ENDIF -->
+
<!-- IF S_TYPE == 1 -->
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
-
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html
index 22d90cdd90..4fca4b0dfd 100644
--- a/phpBB/styles/prosilver/template/quickreply_editor.html
+++ b/phpBB/styles/prosilver/template/quickreply_editor.html
@@ -11,7 +11,6 @@
// ]]>
</script>
<form method="post" action="{U_QR_ACTION}">
-
<div class="panel" id="qr_editor_div">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">