aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-06-24 10:08:18 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-06-24 10:08:18 +0000
commitf9bbf10a80c7a22a1ff59e30eef1cf9873e46516 (patch)
treec38514d9708c53172a60362d3daff17a91d8243f /phpBB/styles
parente8638ff0ef36c3305e8f9136552439c858fae4b5 (diff)
downloadforums-f9bbf10a80c7a22a1ff59e30eef1cf9873e46516.tar
forums-f9bbf10a80c7a22a1ff59e30eef1cf9873e46516.tar.gz
forums-f9bbf10a80c7a22a1ff59e30eef1cf9873e46516.tar.bz2
forums-f9bbf10a80c7a22a1ff59e30eef1cf9873e46516.tar.xz
forums-f9bbf10a80c7a22a1ff59e30eef1cf9873e46516.zip
- Fix XHTML for r9666
- Utilize $captcha->solved property - Only validate captcha once to retain captcha mode over switching from/to agreement page git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9668 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_agreement.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_agreement.html b/phpBB/styles/prosilver/template/ucp_agreement.html
index d64e2aebbe..3825abc08f 100644
--- a/phpBB/styles/prosilver/template/ucp_agreement.html
+++ b/phpBB/styles/prosilver/template/ucp_agreement.html
@@ -20,10 +20,12 @@
<form method="post" action="{S_UCP_ACTION}" id="register">
<p class="rightside">
<label for="lang">{L_LANGUAGE}:</label><select name="lang" id="lang" onchange="change_language(this.value); return false;" title="{L_LANGUAGE}">{S_LANG_OPTIONS}</select>
+ {S_HIDDEN_FIELDS}
</p>
- <div class="clear"></div>
- {S_HIDDEN_FIELDS}
</form>
+
+ <div class="clear"></div>
+
<!-- ENDIF -->
<form method="post" action="{S_UCP_ACTION}" id="agreement">