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