diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-11-05 19:07:10 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-11-05 19:07:10 +0000 |
commit | 35f205ea61b5cab5dc202062284d2ade448e6b95 (patch) | |
tree | 507065a51cf2857d583692c1a0c3e56ea3b82960 /phpBB | |
parent | 0a05595c9ef5e5e4239d496843be8f8a9f9df1e7 (diff) | |
download | forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar.gz forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar.bz2 forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar.xz forums-35f205ea61b5cab5dc202062284d2ade448e6b95.zip |
#15038
I'm very sorry. This should make W3C happy again.
git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
83 files changed, 163 insertions, 170 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 42ae610545..dd1374fee4 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -109,8 +109,8 @@ <!-- ELSE --> <p>{L_NO_IPS_DEFINED}</p> <!-- ENDIF --> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ELSEIF S_EXTENSION_GROUPS --> @@ -214,9 +214,9 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - - </fieldset> {S_FORM_TOKEN} + </fieldset> + </form> <!-- ELSE --> @@ -257,8 +257,8 @@ {L_CREATE_GROUP}: <input type="text" name="group_name" maxlength="30" /> <input class="button2" name="add" type="submit" value="{L_SUBMIT}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ENDIF --> @@ -280,8 +280,8 @@ <p class="quick"> <input type="submit" id="add_extension_check" name="add_extension_check" class="button2" value="{L_SUBMIT}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <br /> @@ -320,8 +320,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ELSEIF S_ORPHAN --> @@ -367,9 +367,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index d8638f5bcd..85b8acc393 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -71,9 +71,8 @@ <input class="button1" type="submit" id="bansubmit" name="bansubmit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="banreset" name="banreset" value="{L_RESET}" /> </p> - -</fieldset> {S_FORM_TOKEN} +</fieldset> </form> <br /><br /> @@ -109,15 +108,17 @@ <input class="button1" type="submit" id="unbansubmit" name="unbansubmit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="unbanreset" name="unbanreset" value="{L_RESET}" /> </p> + {S_FORM_TOKEN} </fieldset> <!-- ELSE --> <p>{L_NO_BAN_CELL}</p> + {S_FORM_TOKEN} </fieldset> <!-- ENDIF --> -{S_FORM_TOKEN} + </form> diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 48b117cfc9..a0b0016a11 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -51,6 +51,7 @@ <legend>{L_SUBMIT}</legend> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </fieldset> <br /> @@ -77,7 +78,6 @@ <!-- END token --> </tbody> </table> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -110,8 +110,9 @@ <p class="quick"> <input class="button2" name="submit" type="submit" value="{L_ADD_BBCODE}" /> </p> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} + </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html index 2569b162ca..bb16204801 100644 --- a/phpBB/adm/style/acp_board.html +++ b/phpBB/adm/style/acp_board.html @@ -42,10 +42,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - + {S_FORM_TOKEN} </fieldset> - -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html --> diff --git a/phpBB/adm/style/acp_bots.html b/phpBB/adm/style/acp_bots.html index 92778472d8..7783356574 100644 --- a/phpBB/adm/style/acp_bots.html +++ b/phpBB/adm/style/acp_bots.html @@ -49,9 +49,9 @@ <p class="submit-buttons"> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -93,8 +93,8 @@ <select name="action">{S_BOT_OPTIONS}</select> <input class="button2" name="submit" type="submit" value="{L_SUBMIT}" /> <p class="small"><a href="#" onclick="marklist('acp_bots', 'mark', true);">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('acp_bots', 'mark', false);">{L_UNMARK_ALL}</a></p> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index ecb60e4b59..d9d087d6ba 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -63,8 +63,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> <input class="button2" type="submit" id="preview" name="preview" value="{L_PREVIEW}" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html --> diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html index dc24b55bb1..8165efe9a2 100644 --- a/phpBB/adm/style/acp_database.html +++ b/phpBB/adm/style/acp_database.html @@ -23,9 +23,8 @@ <input class="button2" type="submit" id="download" name="download" value="{L_DOWNLOAD_BACKUP}" /> </p> <!-- ENDIF --> - + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -85,8 +84,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_disallow.html b/phpBB/adm/style/acp_disallow.html index 020135e227..b68d3ab3c0 100644 --- a/phpBB/adm/style/acp_disallow.html +++ b/phpBB/adm/style/acp_disallow.html @@ -38,8 +38,8 @@ <!-- ELSE --> <p>{L_NO_DISALLOWED}</p> <!-- ENDIF --> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html --> diff --git a/phpBB/adm/style/acp_email.html b/phpBB/adm/style/acp_email.html index bb891de0b4..b1d9b4af11 100644 --- a/phpBB/adm/style/acp_email.html +++ b/phpBB/adm/style/acp_email.html @@ -47,8 +47,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_EMAIL}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> -</fieldset> {S_FORM_TOKEN} +</fieldset> </form> <!-- INCLUDE overall_footer.html --> diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 91c15999e5..560bc195bc 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -317,8 +317,8 @@ <legend>{L_SUBMIT}</legend> <input class="button1" type="submit" id="submit" name="update" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_DELETE_FORUM --> @@ -366,8 +366,8 @@ <p class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ELSEIF S_CONTINUE_SYNC --> @@ -475,8 +475,8 @@ {L_SELECT_FORUM}: <select name="parent_id" onchange="if(this.options[this.selectedIndex].value != -1){ this.form.submit(); }">{FORUM_BOX}</select> <input class="button2" type="submit" value="{L_GO}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <form id="forums" method="post" action="{U_ACTION}"> @@ -486,8 +486,8 @@ <input type="text" name="forum_name" value="" maxlength="255" /> <input class="button2" name="addforum" type="submit" value="{L_CREATE_FORUM}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index b615099b7c..c90a075f9e 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -154,8 +154,8 @@ <legend>{L_SUBMIT}</legend> <input class="button1" type="submit" id="submit" name="update" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_LIST --> @@ -260,8 +260,8 @@ <p class="quick"> <input class="button2" type="submit" name="addusers" value="{L_SUBMIT}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ELSE --> @@ -309,8 +309,8 @@ {L_CREATE_GROUP}: <input type="text" name="group_name" value="" /> <input class="button2" type="submit" name="submit" value="{L_SUBMIT}" /> <input type="hidden" name="add" value="1" /> <!-- ENDIF --> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <h1>{L_SPECIAL_GROUPS}</h1> diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html index e02840f1c5..8bb8257318 100644 --- a/phpBB/adm/style/acp_icons.html +++ b/phpBB/adm/style/acp_icons.html @@ -158,9 +158,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ELSEIF S_CHOOSE_PAK --> @@ -194,8 +193,8 @@ <input class="button1" type="submit" id="import" name="import" value="{L_IMPORT_SUBMIT}" /> </p> <!-- ENDIF --> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ELSE --> @@ -256,8 +255,8 @@ <p class="quick"> <input class="button2" name="add" type="submit" value="{L_ICON_ADD}" /> <input class="button2" type="submit" name="edit" value="{L_ICON_EDIT}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_inactive.html b/phpBB/adm/style/acp_inactive.html index b5a05ec799..240cec1643 100755 --- a/phpBB/adm/style/acp_inactive.html +++ b/phpBB/adm/style/acp_inactive.html @@ -60,12 +60,12 @@ <fieldset class="quick"> <select name="action">{S_INACTIVE_OPTIONS}</select> <input class="button2" type="submit" name="submit" value="{L_SUBMIT}" /> -<p class="small"><a href="#" onclick="marklist('inactive', 'mark', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('inactive', 'mark', false); return false;">{L_UNMARK_ALL}</a></p> + <p class="small"><a href="#" onclick="marklist('inactive', 'mark', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('inactive', 'mark', false); return false;">{L_UNMARK_ALL}</a></p> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/adm/style/acp_jabber.html b/phpBB/adm/style/acp_jabber.html index b57ad59af5..2cc715493a 100644 --- a/phpBB/adm/style/acp_jabber.html +++ b/phpBB/adm/style/acp_jabber.html @@ -58,8 +58,8 @@ <fieldset class="submit-buttons"> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html --> diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html index a6f99c2b56..815ebb024a 100644 --- a/phpBB/adm/style/acp_language.html +++ b/phpBB/adm/style/acp_language.html @@ -54,8 +54,8 @@ <p class="quick" style="margin-top: -15px;"> <input type="submit" name="update_details" class="button2" value="{L_SUBMIT}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <br /><br /> @@ -92,7 +92,7 @@ <!-- END missing --> </tbody> </table> - {S_FORM_TOKEN} + <div>{S_FORM_TOKEN}</div> </form> <br /><br /> @@ -157,11 +157,10 @@ {TPL} <!-- ENDIF --> <tr> - <td class="row3" colspan="3" style="text-align: right;"><input type="submit" name="download_file" class="button2" value="{L_SUBMIT_AND_DOWNLOAD}" /> <input type="submit" name="submit_file" class="button2" value="{L_SUBMIT}" /></td> + <td class="row3" colspan="3" style="text-align: right;">{S_FORM_TOKEN}<input type="submit" name="download_file" class="button2" value="{L_SUBMIT_AND_DOWNLOAD}" /> <input type="submit" name="submit_file" class="button2" value="{L_SUBMIT}" /></td> </tr> </tbody> </table> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_UPLOAD --> @@ -198,10 +197,10 @@ <fieldset class="quick"> {HIDDEN} + {S_FORM_TOKEN} <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> <input class="button1" type="submit" name="test_connection" value="{L_TEST_CONNECTION}" /> </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html index cc1765e2a4..11ab5faa9c 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -56,6 +56,7 @@ <fieldset class="display-options"> {L_DISPLAY_LOG}: {S_LIMIT_DAYS} {L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR} <input class="button2" type="submit" value="{L_GO}" name="sort" /> + {S_FORM_TOKEN} </fieldset> <hr /> <!-- IF PAGINATION --> @@ -79,7 +80,6 @@ <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index 729ac56c5e..5396e78557 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -115,8 +115,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ELSE --> diff --git a/phpBB/adm/style/acp_permission_roles.html b/phpBB/adm/style/acp_permission_roles.html index f6ca6081aa..725c7a5ec1 100644 --- a/phpBB/adm/style/acp_permission_roles.html +++ b/phpBB/adm/style/acp_permission_roles.html @@ -124,8 +124,8 @@ <fieldset class="quick"> <input type="submit" class="button1" name="submit" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <a href="#maincontent">» {L_BACK_TO_TOP}</a><br /> @@ -178,8 +178,8 @@ <fieldset class="quick"> {L_CREATE_ROLE}: <input type="text" name="role_name" value="" maxlength="255" /><!-- IF S_ROLE_OPTIONS --> <select name="options_from"><option value="0" selected="selected">{L_CREATE_ROLE_FROM}</option>{S_ROLE_OPTIONS}</select><!-- ENDIF --> <input class="button2" type="submit" name="add" value="{L_SUBMIT}" /><br /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- IF S_DISPLAY_ROLE_MASK --> diff --git a/phpBB/adm/style/acp_permissions.html b/phpBB/adm/style/acp_permissions.html index a4797fcc4f..b4386d5f19 100644 --- a/phpBB/adm/style/acp_permissions.html +++ b/phpBB/adm/style/acp_permissions.html @@ -35,11 +35,11 @@ <p class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- IF S_FORUM_MULTIPLE --> @@ -56,11 +56,11 @@ <p class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> @@ -80,10 +80,10 @@ <p class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_SELECT_GROUP and S_CAN_SELECT_GROUP --> @@ -99,11 +99,11 @@ <p class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_SELECT_USERGROUP --> @@ -126,9 +126,9 @@ <fieldset class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input type="submit" class="button2" name="action[delete]" value="{L_REMOVE_PERMISSIONS}" style="width: 46% !important;" /> <input class="button1" type="submit" name="submit_edit_options" value="{L_EDIT_PERMISSIONS}" style="width: 46% !important;" /> </fieldset> - {S_FORM_TOKEN} </form> <form id="add_user" method="post" action="{U_ACTION}"> @@ -144,9 +144,9 @@ <fieldset class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input class="button1" type="submit" name="submit_add_options" value="{L_ADD_PERMISSIONS}" /> </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> @@ -171,9 +171,9 @@ <fieldset class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input class="button2" type="submit" name="action[delete]" value="{L_REMOVE_PERMISSIONS}" style="width: 46% !important;" /> <input class="button1" type="submit" name="submit_edit_options" value="{L_EDIT_PERMISSIONS}" style="width: 46% !important;" /> </fieldset> - {S_FORM_TOKEN} </form> <form id="add_groups" method="post" action="{U_ACTION}"> @@ -187,10 +187,9 @@ <fieldset class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input type="submit" class="button1" name="submit_add_options" value="{L_ADD_PERMISSIONS}" /> </fieldset> - - {S_FORM_TOKEN} </form> <!-- ENDIF --> @@ -214,10 +213,9 @@ <fieldset class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input class="button1" type="submit" name="submit" value="{L_VIEW_PERMISSIONS}" /> </fieldset> - - {S_FORM_TOKEN} </form> <form id="add_user" method="post" action="{U_ACTION}"> @@ -234,9 +232,9 @@ <fieldset class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input type="submit" name="submit" value="{L_VIEW_PERMISSIONS}" class="button1" /> </fieldset> - {S_FORM_TOKEN} </form> </div> @@ -256,10 +254,9 @@ <fieldset class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input class="button1" type="submit" name="submit" value="{L_VIEW_PERMISSIONS}" /> </fieldset> - - {S_FORM_TOKEN} </form> <form id="group" method="post" action="{U_ACTION}"> @@ -275,10 +272,9 @@ <fieldset class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input type="submit" name="submit" value="{L_VIEW_PERMISSIONS}" class="button1" /> </fieldset> - - {S_FORM_TOKEN} </form> </div> @@ -318,11 +314,11 @@ <fieldset class="quick" style="float: {S_CONTENT_FLOW_BEGIN};"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} {L_SELECT_TYPE}: <select name="type">{S_PERMISSION_DROPDOWN}</select> <input class="button2" type="submit" name="submit" value="{L_GO}" /> </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> @@ -347,11 +343,11 @@ <fieldset class="quick" style="float: {S_CONTENT_FLOW_END};"> <input class="button1" type="submit" name="action[apply_all_permissions]" value="{L_APPLY_ALL_PERMISSIONS}" /> <input class="button2" type="button" name="cancel" value="{L_RESET}" onclick="document.forms['set-permissions'].reset(); init_colours(active_pmask + active_fmask);" /> + {S_FORM_TOKEN} </fieldset> <br /><br /> - {S_FORM_TOKEN} </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index 912e58b43c..eec975ad25 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -108,6 +108,7 @@ <fieldset class="quick"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input class="button1" type="submit" name="next" value="{L_PROFILE_TYPE_OPTIONS}" /> </fieldset> @@ -129,6 +130,7 @@ <fieldset class="quick" style="float: {S_CONTENT_FLOW_END};"> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input class="button1" type="submit" name="next" value="{L_NEXT_STEP}" /> </fieldset> @@ -153,10 +155,11 @@ <fieldset class="quick" style="float: {S_CONTENT_FLOW_END};"> {S_HIDDEN_FIELDS} <input class="button1" type="submit" name="save" value="{L_SAVE}" /> + {S_FORM_TOKEN} </fieldset> <!-- ENDIF --> - {S_FORM_TOKEN} + </form> <!-- ELSE --> @@ -216,8 +219,8 @@ <input class="text small" type="text" name="field_ident" /> <select name="field_type">{S_TYPE_OPTIONS}</select> <input class="button1" type="submit" name="submit" value="{L_CREATE_NEW_FIELD}" /> <input type="hidden" name="create" value="1" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_prune_forums.html b/phpBB/adm/style/acp_prune_forums.html index 14a367ce27..890a3ba569 100644 --- a/phpBB/adm/style/acp_prune_forums.html +++ b/phpBB/adm/style/acp_prune_forums.html @@ -97,11 +97,10 @@ <p class="quick"> {S_HIDDEN_FIELDS} - + {S_FORM_TOKEN} <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_prune_users.html b/phpBB/adm/style/acp_prune_users.html index 7d84146267..0f2b23dcef 100644 --- a/phpBB/adm/style/acp_prune_users.html +++ b/phpBB/adm/style/acp_prune_users.html @@ -51,9 +51,9 @@ <input class="button1" type="submit" id="update" name="update" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </p> </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html --> diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html index 482fbcb02c..9306e30269 100644 --- a/phpBB/adm/style/acp_ranks.html +++ b/phpBB/adm/style/acp_ranks.html @@ -50,9 +50,9 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -88,9 +88,9 @@ <p class="quick"> <input class="button2" name="add" type="submit" value="{L_ADD_RANK}" /> + {S_FORM_TOKEN} </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_reasons.html b/phpBB/adm/style/acp_reasons.html index 221a776a24..23fcfbdeb8 100644 --- a/phpBB/adm/style/acp_reasons.html +++ b/phpBB/adm/style/acp_reasons.html @@ -52,9 +52,9 @@ <p class="submit-buttons"> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -116,10 +116,10 @@ <input type="text" name="reason_title" /> <input class="button2" name="addreason" type="submit" value="{L_ADD_NEW_REASON}" /> + {S_FORM_TOKEN} </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html index d4937c6ecc..0879780749 100644 --- a/phpBB/adm/style/acp_search.html +++ b/phpBB/adm/style/acp_search.html @@ -59,9 +59,8 @@ <legend>{L_SUBMIT}</legend> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </fieldset> - - {S_FORM_TOKEN} </form> <!-- ELSEIF S_INDEX --> @@ -90,8 +89,8 @@ <legend>{L_SUBMIT}</legend> <input class="button1" type="submit" id="continue" name="continue" value="{L_CONTINUE}" onclick="popup_progress_bar('{S_CONTINUE_INDEXING}');" /> <input class="button2" type="submit" id="cancel" name="cancel" value="{L_CANCEL}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -141,8 +140,9 @@ <input class="button2" type="submit" name="action[create]" value="{L_CREATE_INDEX}" onclick="popup_progress_bar('create');" /> <!-- ENDIF --> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> + </form> <!-- END backend --> diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index a067e1a16b..4b3bcddf1d 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -25,9 +25,9 @@ <p class="quick"> <input class="button1" type="submit" name="update" value="{L_DELETE}" /> + {S_FORM_TOKEN} </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_EDIT_IMAGESET --> @@ -147,8 +147,8 @@ <fieldset class="submit-buttons"> <legend>{L_SUBMIT}</legend> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> <input class="button2" type="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_EDIT_TEMPLATE or S_EDIT_THEME --> @@ -170,10 +170,9 @@ <dt><label for="template_file">{L_FILE}:</label></dt> <dd><select id="template_file" name="template_file" onchange="if (this.options[this.selectedIndex].value != '') this.form.submit();">{S_TEMPLATES}</select> <input class="button2" type="submit" value="{L_SELECT}" /></dd> </dl> + {S_FORM_TOKEN} </fieldset> <!-- ENDIF --> - - {S_FORM_TOKEN} </form> <!-- IF TEMPLATE_FILE or (S_EDIT_THEME and S_THEME_IN_DB) --> @@ -253,10 +252,9 @@ <fieldset class="submit-buttons"> <legend>{L_SUBMIT}</legend> {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} <input class="button1" id="save" type="submit" name="save" value="{L_SUBMIT}" /> </fieldset> - - {S_FORM_TOKEN} </form> <!-- ENDIF --> @@ -301,12 +299,10 @@ <p class="quick"> <span class="small"><a href="#" onclick="marklist('acp_styles', 'delete', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('acp_styles', 'delete', false); return false;">{L_UNMARK_ALL}</a></span><br /> - + {S_FORM_TOKEN} <input class="button1" type="submit" id="submit" name="submit" value="{L_DELETE_MARKED}" /> </p> </fieldset> - - {S_FORM_TOKEN} </form> <!-- ELSEIF S_EXPORT --> @@ -360,11 +356,12 @@ </dl> <p class="quick"> + {S_FORM_TOKEN} <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> </p> </fieldset> - {S_FORM_TOKEN} + </form> <!-- ELSEIF S_FRONTEND --> @@ -508,9 +505,9 @@ <fieldset class="submit-buttons"> <legend>{L_SUBMIT}</legend> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index 593889e7d1..2e4b3ef8f2 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -46,8 +46,8 @@ <fieldset class="quick"> <input type="submit" name="update" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -69,8 +69,8 @@ <fieldset class="quick"> {L_SELECT_FORM}: <select name="mode" onchange="if (this.options[this.selectedIndex].value != '') this.form.submit();">{S_FORM_OPTIONS}</select> <input class="button2" type="submit" value="{L_GO}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> @@ -109,8 +109,8 @@ <fieldset class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_SIGNATURE --> @@ -143,9 +143,9 @@ <!-- IF S_GROUP_OPTIONS --> <fieldset class="quick"> {L_USER_GROUP_ADD}: <select name="g">{S_GROUP_OPTIONS}</select> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </fieldset> <!-- ENDIF --> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_ATTACHMENTS --> @@ -201,8 +201,8 @@ <fieldset class="quick"> <input class="button2" type="submit" name="delmarked" value="{L_DELETE_MARKED}" /> <p class="small"><a href="#" onclick="marklist('user_attachments', 'mark', true);">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('user_attachments', 'mark', false);">{L_UNMARK_ALL}</a></p> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSEIF S_PERMISSIONS --> @@ -217,8 +217,8 @@ <fieldset class="quick" style="text-align: left;"> {L_SELECT_FORUM}: <select name="f">{S_FORUM_OPTIONS}</select> <input class="button2" type="submit" value="{L_GO}" name="select" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <div class="clearfix"> </div> diff --git a/phpBB/adm/style/acp_users_avatar.html b/phpBB/adm/style/acp_users_avatar.html index 2b5745ebb6..20b5b60050 100644 --- a/phpBB/adm/style/acp_users_avatar.html +++ b/phpBB/adm/style/acp_users_avatar.html @@ -70,7 +70,7 @@ <fieldset class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form>
\ No newline at end of file diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index da699968c5..0611ccba46 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -61,10 +61,10 @@ <p class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> <input type="hidden" name="action" value="" /> + {S_FORM_TOKEN} </p> </fieldset> -{S_FORM_TOKEN} </form> <!-- IF not S_USER_FOUNDER or S_FOUNDER --> @@ -134,11 +134,11 @@ <p class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_users_prefs.html b/phpBB/adm/style/acp_users_prefs.html index b8b847bd14..07a9bc5c78 100644 --- a/phpBB/adm/style/acp_users_prefs.html +++ b/phpBB/adm/style/acp_users_prefs.html @@ -152,7 +152,7 @@ <fieldset class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form>
\ No newline at end of file diff --git a/phpBB/adm/style/acp_users_profile.html b/phpBB/adm/style/acp_users_profile.html index 959494f5e3..0d1c6f8e46 100644 --- a/phpBB/adm/style/acp_users_profile.html +++ b/phpBB/adm/style/acp_users_profile.html @@ -61,7 +61,6 @@ <fieldset class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </fieldset> - - {S_FORM_TOKEN} </form>
\ No newline at end of file diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html index 3b6303319b..a6664a40e4 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -112,6 +112,6 @@ <fieldset class="submit-buttons"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> <input class="button2" type="submit" name="preview" value="{L_PREVIEW}" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form>
\ No newline at end of file diff --git a/phpBB/adm/style/acp_words.html b/phpBB/adm/style/acp_words.html index 3f99637418..9bd0bf11a0 100644 --- a/phpBB/adm/style/acp_words.html +++ b/phpBB/adm/style/acp_words.html @@ -27,9 +27,9 @@ <p class="submit-buttons"> <input class="button1" type="submit" id="submit" name="save" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </p> </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -65,9 +65,8 @@ <!-- END words --> </tbody> </table> - - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ENDIF --> diff --git a/phpBB/styles/prosilver/template/confirm_body.html b/phpBB/styles/prosilver/template/confirm_body.html index bc61b0a392..5b783915a4 100644 --- a/phpBB/styles/prosilver/template/confirm_body.html +++ b/phpBB/styles/prosilver/template/confirm_body.html @@ -1,7 +1,6 @@ <!-- INCLUDE overall_header.html --> <form id="confirm" action="{S_CONFIRM_ACTION}" method="post"> -{S_FORM_TOKEN} <div class="panel"> <div class="inner"><span class="corners-top"><span></span></span> diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 95e9304943..ac0d4bb36d 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -16,7 +16,6 @@ <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT --> <form method="post" action="{S_LOGIN_ACTION}" class="headerspace"> - {S_FORM_TOKEN} <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> • <a href="{U_REGISTER}">{L_REGISTER}</a></h3> <fieldset class="quick-login"> <label for="username">{L_USERNAME}:</label> <input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" /> diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html index f1837c5193..650d53f097 100644 --- a/phpBB/styles/prosilver/template/login_body.html +++ b/phpBB/styles/prosilver/template/login_body.html @@ -1,7 +1,6 @@ <!-- INCLUDE overall_header.html --> <form action="{S_LOGIN_ACTION}" method="post" id="login"> -{S_FORM_TOKEN} <div class="panel"> <div class="inner"><span class="corners-top"><span></span></span> diff --git a/phpBB/styles/prosilver/template/mcp_approve.html b/phpBB/styles/prosilver/template/mcp_approve.html index ddc0080125..329205e2a2 100644 --- a/phpBB/styles/prosilver/template/mcp_approve.html +++ b/phpBB/styles/prosilver/template/mcp_approve.html @@ -1,8 +1,8 @@ <!-- INCLUDE overall_header.html --> <form id="confirm" action="{S_CONFIRM_ACTION}" method="post"> -{S_FORM_TOKEN} <div class="panel"> + {S_FORM_TOKEN} <div class="inner"><span class="corners-top"><span></span></span> <div class="content"> diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html index 84a174827e..c803ba253f 100644 --- a/phpBB/styles/prosilver/template/mcp_ban.html +++ b/phpBB/styles/prosilver/template/mcp_ban.html @@ -78,6 +78,7 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="bansubmit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> <div class="panel"> @@ -122,7 +123,6 @@ </div> <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index c612f72ad2..ceb10f4b76 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -100,8 +100,8 @@ </select> <input class="button2" type="submit" value="{L_SUBMIT}" /> <div><a href="#" onclick="marklist('mcp', 'topic_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'topic_id_list', false); return false;">{L_UNMARK_ALL}</a></div> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html index 3431d4f925..a186d95970 100644 --- a/phpBB/styles/prosilver/template/mcp_front.html +++ b/phpBB/styles/prosilver/template/mcp_front.html @@ -46,6 +46,7 @@ <!-- ENDIF --> <span class="corners-bottom"><span></span></span></div> + {S_FORM_TOKEN} </div> <!-- IF .unapproved --> @@ -55,8 +56,7 @@ <div><a href="#" onclick="marklist('mcp_queue', 'post_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp_queue', 'post_id_list', false); return false;">{L_UNMARK_ALL}</a></div> </fieldset> <!-- ENDIF --> - {S_FORM_TOKEN} - </form> + </form> <!-- ENDIF --> <!-- IF S_SHOW_REPORTS --> diff --git a/phpBB/styles/prosilver/template/mcp_logs.html b/phpBB/styles/prosilver/template/mcp_logs.html index 415cee547d..bf1e867be3 100644 --- a/phpBB/styles/prosilver/template/mcp_logs.html +++ b/phpBB/styles/prosilver/template/mcp_logs.html @@ -63,7 +63,7 @@ <!-- IF PAGE_NUMBER --><!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE --> • {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF --> </li> </ul> - + {S_FORM_TOKEN} <span class="corners-bottom"><span></span></span></div> </div> @@ -76,10 +76,10 @@ </fieldset> <!-- ENDIF --> <!-- ELSE --> + {S_FORM_TOKEN} <span class="corners-bottom"><span></span></span></div> </div> <!-- ENDIF --> - {S_FORM_TOKEN} </form> <br /> diff --git a/phpBB/styles/prosilver/template/mcp_move.html b/phpBB/styles/prosilver/template/mcp_move.html index 59c69795d1..804d76b14b 100644 --- a/phpBB/styles/prosilver/template/mcp_move.html +++ b/phpBB/styles/prosilver/template/mcp_move.html @@ -24,13 +24,13 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="button1" /> <input type="submit" name="cancel" value="{L_NO}" class="button2" /> + {S_FORM_TOKEN} </fieldset> </div> <span class="corners-bottom"><span></span></span></div> </div> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_notes_front.html b/phpBB/styles/prosilver/template/mcp_notes_front.html index dda7ff90d3..045a7619ed 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_front.html +++ b/phpBB/styles/prosilver/template/mcp_notes_front.html @@ -21,8 +21,8 @@ <fieldset class="submit-buttons"> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html index 19f2faacbe..a039aec04a 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_user.html +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -44,6 +44,7 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="action[add_feedback]" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> <div class="panel"> @@ -116,7 +117,6 @@ <div><a href="#" onclick="marklist('mcp', 'marknote', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('mcp', 'marknote', false); return false;">{L_UNMARK_ALL}</a></div> </fieldset> <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index 5a3ba7f24c..b7c59b9a8b 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -32,8 +32,8 @@ <!-- ENDIF --> <input class="button2" type="submit" value="{L_DELETE_REPORT}" name="action[delete]" /> <input type="hidden" name="report_id_list[]" value="{REPORT_ID}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -60,8 +60,8 @@ <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" /> <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /> <input type="hidden" name="post_id_list[]" value="{POST_ID}" /> + {S_FORM_TOKEN} </p> - {S_FORM_TOKEN} </form> <!-- ENDIF --> @@ -121,8 +121,8 @@ <span>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span> </dd> </dl> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ENDIF --> @@ -138,8 +138,8 @@ </select> <input class="button2" type="submit" value="{L_SUBMIT}" /> </dd> </dl> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ENDIF --> @@ -196,8 +196,8 @@ <fieldset class="submit-buttons"> <input class="button1" type="submit" name="action[add_feedback]" value="{L_SUBMIT}" /> <input class="button2" type="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <span class="corners-bottom"><span></span></span></div> diff --git a/phpBB/styles/prosilver/template/mcp_queue.html b/phpBB/styles/prosilver/template/mcp_queue.html index 805d7d7e09..e2f140667c 100644 --- a/phpBB/styles/prosilver/template/mcp_queue.html +++ b/phpBB/styles/prosilver/template/mcp_queue.html @@ -5,6 +5,7 @@ <fieldset class="forum-selection"> <label for="fo">{L_FORUM}: <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label> <input type="submit" name="sort" value="{L_GO}" class="button2" /> + {S_FORM_TOKEN} </fieldset> <h2>{L_TITLE}</h2> @@ -90,7 +91,6 @@ <div><a href="#" onclick="marklist('mcp', 'post_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'post_id_list', false); return false;">{L_UNMARK_ALL}</a></div> </fieldset> <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_reports.html b/phpBB/styles/prosilver/template/mcp_reports.html index a515c4f7ed..bc878f496c 100644 --- a/phpBB/styles/prosilver/template/mcp_reports.html +++ b/phpBB/styles/prosilver/template/mcp_reports.html @@ -5,6 +5,7 @@ <fieldset class="forum-selection"> <label for="fo">{L_FORUM}: <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label> <input type="submit" name="sort" value="{L_GO}" class="button2" /> + {S_FORM_TOKEN} </fieldset> <h2>{L_TITLE}</h2> @@ -79,7 +80,6 @@ <div><a href="#" onclick="marklist('mcp', 'report_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'report_id_list', false); return false;">{L_UNMARK_ALL}</a></div> </fieldset> <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 111030914d..122f861fd7 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -161,10 +161,10 @@ onload_functions.push('subPanels()'); </select> <input class="button1" type="submit" name="mcp_topic_submit" value="{L_SUBMIT}" /> <div><a href="#" onclick="marklist('mcp', '', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', '', false); return false;">{L_UNMARK_ALL}</a></div> -</fieldset> - {S_HIDDEN_FIELDS} {S_FORM_TOKEN} +</fieldset> + </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_viewlogs.html b/phpBB/styles/prosilver/template/mcp_viewlogs.html index fb02c4e9de..264152d3ae 100644 --- a/phpBB/styles/prosilver/template/mcp_viewlogs.html +++ b/phpBB/styles/prosilver/template/mcp_viewlogs.html @@ -37,8 +37,10 @@ <td class="bg1" colspan="<!-- IF S_TOPIC_ID -->4<!-- ELSE -->5<!-- ENDIF -->" align="center"><span class="gen">{L_NO_ENTRIES}</span></td> </tr> <!-- END log --> +<div> + {S_FORM_TOKEN} +</div> </table> -{S_FORM_TOKEN} </form> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> diff --git a/phpBB/styles/prosilver/template/mcp_warn_front.html b/phpBB/styles/prosilver/template/mcp_warn_front.html index e861136463..fc8fa37fab 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_front.html +++ b/phpBB/styles/prosilver/template/mcp_warn_front.html @@ -23,8 +23,8 @@ <fieldset class="submit-buttons"> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <div class="panel"> diff --git a/phpBB/styles/prosilver/template/mcp_warn_list.html b/phpBB/styles/prosilver/template/mcp_warn_list.html index 250d542808..a432df4240 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_list.html +++ b/phpBB/styles/prosilver/template/mcp_warn_list.html @@ -57,10 +57,10 @@ <!-- ENDIF --> <span class="corners-bottom"><span></span></span></div> -</div> - {S_FORM_TOKEN} +</div> + </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html index 1fb0ea0a0a..5937598a52 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_post.html +++ b/phpBB/styles/prosilver/template/mcp_warn_post.html @@ -65,8 +65,8 @@ <fieldset class="submit-buttons"> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_warn_user.html b/phpBB/styles/prosilver/template/mcp_warn_user.html index 64ed5b0085..c807a6b640 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_user.html +++ b/phpBB/styles/prosilver/template/mcp_warn_user.html @@ -49,8 +49,8 @@ <fieldset class="submit-buttons"> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html index ce4eec9ad8..e8870d8921 100644 --- a/phpBB/styles/prosilver/template/memberlist_email.html +++ b/phpBB/styles/prosilver/template/memberlist_email.html @@ -57,8 +57,9 @@ </fieldset> </div> <span class="corners-bottom"><span></span></span></div> -</div> {S_FORM_TOKEN} +</div> + </form> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/memberlist_im.html b/phpBB/styles/prosilver/template/memberlist_im.html index e6174510b7..9bb1f90a58 100644 --- a/phpBB/styles/prosilver/template/memberlist_im.html +++ b/phpBB/styles/prosilver/template/memberlist_im.html @@ -76,12 +76,12 @@ <dd>{L_IM_SENT_JABBER}</dd> </dl> <!-- ENDIF --> + {S_FORM_TOKEN} </fieldset> <span class="corners-bottom"><span></span></span></div> </div> <a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> -{S_FORM_TOKEN} </form> <script type="text/javascript"> diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html index f79f192983..1d1d45bf8e 100644 --- a/phpBB/styles/prosilver/template/memberlist_search.html +++ b/phpBB/styles/prosilver/template/memberlist_search.html @@ -113,9 +113,10 @@ function insert_single(user) <fieldset class="submit-buttons"> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" value="{L_SEARCH}" class="button1" /> + {S_FORM_TOKEN} </fieldset> <span class="corners-bottom"><span></span></span></div> </div> -{S_FORM_TOKEN} + </form> diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 6c0f325a13..6ec79dfb8b 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -30,7 +30,7 @@ </dl> <!-- ENDIF --> <dl class="pmlist"> - <dt><textarea id="username_list" name="username_list" class="inputbox"></textarea></dt> + <dt><textarea id="username_list" name="username_list" class="inputbox" cols="50" rows="2"></textarea></dt> <dd><span><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></span></dd> <dd><input type="submit" name="add_to" value="{L_ADD}" class="button2" /></dd> <dd><input type="submit" name="add_bcc" value="{L_ADD_BCC}" class="button2" /></dd> diff --git a/phpBB/styles/prosilver/template/posting_layout.html b/phpBB/styles/prosilver/template/posting_layout.html index ac9c288822..b81c8162d7 100644 --- a/phpBB/styles/prosilver/template/posting_layout.html +++ b/phpBB/styles/prosilver/template/posting_layout.html @@ -68,7 +68,7 @@ <!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 --> <!-- INCLUDE posting_editor.html --> - + {S_FORM_TOKEN} <span class="corners-bottom"><span></span></span></div> </div> @@ -77,7 +77,7 @@ <!-- IF S_SHOW_POLL_BOX or S_POLL_DELETE --><!-- INCLUDE posting_poll_body.html --><!-- ENDIF --> <!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF --> -{S_FORM_TOKEN} + </form> <!-- IF not S_PRIVMSGS --> <script type="text/javascript"> diff --git a/phpBB/styles/prosilver/template/report_body.html b/phpBB/styles/prosilver/template/report_body.html index d7caf00743..b0c6e08049 100644 --- a/phpBB/styles/prosilver/template/report_body.html +++ b/phpBB/styles/prosilver/template/report_body.html @@ -40,12 +40,12 @@ <fieldset class="submit-buttons"> <input type="submit" name="submit" class="button1" value="{L_SUBMIT}" /> <input type="submit" name="cancel" class="button2" value="{L_CANCEL}" /> + {S_FORM_TOKEN} </fieldset> </div> <span class="corners-bottom"><span></span></span></div> </div> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_agreement.html b/phpBB/styles/prosilver/template/ucp_agreement.html index 3645f5147e..9aaee00d58 100644 --- a/phpBB/styles/prosilver/template/ucp_agreement.html +++ b/phpBB/styles/prosilver/template/ucp_agreement.html @@ -44,12 +44,11 @@ <input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button1" /> <input type="submit" name="not_agreed" value="{L_NOT_AGREE}" class="button2" /> <!-- ENDIF --> + {S_HIDDEN_FIELDS} + {S_FORM_TOKEN} </fieldset> <span class="corners-bottom"><span></span></span></div> </div> - - {S_HIDDEN_FIELDS} - {S_FORM_TOKEN} </form> <!-- ELSEIF S_AGREEMENT --> diff --git a/phpBB/styles/prosilver/template/ucp_attachments.html b/phpBB/styles/prosilver/template/ucp_attachments.html index a263d50d2b..8052fdc435 100644 --- a/phpBB/styles/prosilver/template/ucp_attachments.html +++ b/phpBB/styles/prosilver/template/ucp_attachments.html @@ -48,6 +48,7 @@ <label for="sk">{L_SORT_BY}: <select name="sk" id="sk">{S_SORT_OPTIONS}</select></label> <label><select name="sd" id="sd">{S_ORDER_SELECT}</select></label> <input class="button2" type="submit" name="sort" value="{L_SORT}" /> + {S_FORM_TOKEN} </fieldset> <hr /> @@ -69,9 +70,9 @@ <fieldset class="display-actions"> <input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" /> <div><a href="#" onclick="marklist('ucp', 'attachment', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', 'attachment', false); return false;">{L_UNMARK_ALL}</a></div> + {S_FORM_TOKEN} </fieldset> <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_footer.html b/phpBB/styles/prosilver/template/ucp_footer.html index 9b5821671a..4b3b14b4b7 100644 --- a/phpBB/styles/prosilver/template/ucp_footer.html +++ b/phpBB/styles/prosilver/template/ucp_footer.html @@ -6,7 +6,7 @@ <span class="corners-bottom"><span></span></span></div> </div> <!-- IF S_COMPOSE_PM --> -{S_FORM_TOKEN} +<div>{S_FORM_TOKEN}</div> </form> <!-- ENDIF --> diff --git a/phpBB/styles/prosilver/template/ucp_groups_manage.html b/phpBB/styles/prosilver/template/ucp_groups_manage.html index e9c67a0f10..1eda763570 100644 --- a/phpBB/styles/prosilver/template/ucp_groups_manage.html +++ b/phpBB/styles/prosilver/template/ucp_groups_manage.html @@ -74,6 +74,7 @@ <!-- IF S_IN_AVATAR_GALLERY --><input type="submit" name="cancel" value="{L_CANCEL}" class="button2" /> <!-- ELSE --> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <!-- ENDIF --> <input type="submit" name="update" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> <!-- ELSEIF S_LIST --> @@ -187,6 +188,7 @@ <fieldset class="submit-buttons"> <input class="button1" type="submit" name="addusers" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </fieldset> <!-- ELSE --> @@ -221,7 +223,6 @@ </div> <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_groups_membership.html b/phpBB/styles/prosilver/template/ucp_groups_membership.html index b6327a9324..a147dbf89f 100644 --- a/phpBB/styles/prosilver/template/ucp_groups_membership.html +++ b/phpBB/styles/prosilver/template/ucp_groups_membership.html @@ -140,6 +140,7 @@ <!-- IF S_CHANGE_DEFAULT --> <div class="left-box"> <input class="button2" type="submit" name="change_default" value="{L_CHANGE_DEFAULT_GROUP}" /> + {S_FORM_TOKEN} </div> <!-- ENDIF --> @@ -152,13 +153,12 @@ <option value="demote">{L_DEMOTE_SELECTED}</option> </select> <input class="button2" type="submit" name="submit" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </div> <!-- ENDIF --> </fieldset> <!-- ENDIF --> - -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html index 8613921907..a2bfb6cb9e 100644 --- a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html +++ b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html @@ -67,9 +67,9 @@ <fieldset class="display-actions"> <input type="submit" name="unbookmark" value="{L_REMOVE_BOOKMARK_MARKED}" class="button2" /> <div><a href="#" onclick="marklist('ucp', '', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', '', false); return false;">{L_UNMARK_ALL}</a></div> + {S_FORM_TOKEN} </fieldset> <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_main_drafts.html b/phpBB/styles/prosilver/template/ucp_main_drafts.html index a012df0095..dffe0a37ef 100644 --- a/phpBB/styles/prosilver/template/ucp_main_drafts.html +++ b/phpBB/styles/prosilver/template/ucp_main_drafts.html @@ -18,6 +18,7 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" value="{L_SAVE}" class="button1" /> + {S_FORM_TOKEN} </fieldset> <!-- ELSE --> @@ -61,11 +62,12 @@ <fieldset class="display-actions"> <input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" /> <div><a href="#" onclick="marklist('postform', '', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('postform', '', false); return false;">{L_UNMARK_ALL}</a></div> + {S_FORM_TOKEN} </fieldset> <!-- ENDIF --> <!-- ENDIF --> -{S_FORM_TOKEN} + </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html index f2d7ddc6f1..9dd28a0956 100644 --- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html +++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html @@ -82,9 +82,9 @@ <fieldset class="display-actions"> <input type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" class="button2" /> <div><a href="#" onclick="marklist('ucp', '', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', '', false); return false;">{L_UNMARK_ALL}</a></div> + {S_FORM_TOKEN} </fieldset> <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_footer.html b/phpBB/styles/prosilver/template/ucp_pm_message_footer.html index 1063d15857..acf6f24af1 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_message_footer.html +++ b/phpBB/styles/prosilver/template/ucp_pm_message_footer.html @@ -1,2 +1,2 @@ -{S_FORM_TOKEN} +<div>{S_FORM_TOKEN}</div> </form> diff --git a/phpBB/styles/prosilver/template/ucp_pm_options.html b/phpBB/styles/prosilver/template/ucp_pm_options.html index db5781febf..cbb9054f4f 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_options.html +++ b/phpBB/styles/prosilver/template/ucp_pm_options.html @@ -124,8 +124,8 @@ </fieldset> <span class="corners-bottom"><span></span></span></div> + {S_FORM_TOKEN} </div> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html index 76608ee8cf..86323a1c42 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html @@ -27,8 +27,8 @@ <input type="hidden" name="export_option" value="CSV" /> <input class="button1" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" /> <input class="button2" type="reset" value="Reset" name="reset" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ELSE --> diff --git a/phpBB/styles/prosilver/template/ucp_prefs_personal.html b/phpBB/styles/prosilver/template/ucp_prefs_personal.html index a95bd19260..9022346627 100644 --- a/phpBB/styles/prosilver/template/ucp_prefs_personal.html +++ b/phpBB/styles/prosilver/template/ucp_prefs_personal.html @@ -101,8 +101,8 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <script type="text/javascript"> diff --git a/phpBB/styles/prosilver/template/ucp_prefs_post.html b/phpBB/styles/prosilver/template/ucp_prefs_post.html index cc505f9100..74af90ca5a 100644 --- a/phpBB/styles/prosilver/template/ucp_prefs_post.html +++ b/phpBB/styles/prosilver/template/ucp_prefs_post.html @@ -44,8 +44,8 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_prefs_view.html b/phpBB/styles/prosilver/template/ucp_prefs_view.html index 993a0146e9..dc773584df 100644 --- a/phpBB/styles/prosilver/template/ucp_prefs_view.html +++ b/phpBB/styles/prosilver/template/ucp_prefs_view.html @@ -87,8 +87,8 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_profile_avatar.html b/phpBB/styles/prosilver/template/ucp_profile_avatar.html index ae010a6f28..2669ed3c22 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_avatar.html +++ b/phpBB/styles/prosilver/template/ucp_profile_avatar.html @@ -12,8 +12,8 @@ <!-- IF S_IN_AVATAR_GALLERY --><input type="submit" name="cancel" value="{L_CANCEL}" class="button2" /> <!-- ELSE --> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <!-- ENDIF --> <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index 0266e22881..6c98f31827 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -72,8 +72,8 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_profile_reg_details.html b/phpBB/styles/prosilver/template/ucp_profile_reg_details.html index de41b9c440..edd58d5e25 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_reg_details.html +++ b/phpBB/styles/prosilver/template/ucp_profile_reg_details.html @@ -56,8 +56,8 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_profile_signature.html b/phpBB/styles/prosilver/template/ucp_profile_signature.html index c3dc11cd0d..dbaeac3254 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_signature.html +++ b/phpBB/styles/prosilver/template/ucp_profile_signature.html @@ -44,8 +44,8 @@ <input type="reset" name="reset" value="{L_RESET}" class="button2" /> <input type="submit" name="preview" value="{L_PREVIEW}" class="button2" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_register.html b/phpBB/styles/prosilver/template/ucp_register.html index 8fd722e241..5b5309ce93 100644 --- a/phpBB/styles/prosilver/template/ucp_register.html +++ b/phpBB/styles/prosilver/template/ucp_register.html @@ -132,11 +132,11 @@ {S_HIDDEN_FIELDS} <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" id ="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> <span class="corners-bottom"><span></span></span></div> </div> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_remind.html b/phpBB/styles/prosilver/template/ucp_remind.html index e54bac40af..7dbc23b733 100644 --- a/phpBB/styles/prosilver/template/ucp_remind.html +++ b/phpBB/styles/prosilver/template/ucp_remind.html @@ -21,12 +21,12 @@ <dt> </dt> <dd>{S_HIDDEN_FIELDS}<input type="submit" name="submit" id="submit" class="button1" value="{L_SUBMIT}" tabindex="2" /> <input type="reset" value="{L_RESET}" name="reset" class="button2" /></dd> </dl> + {S_FORM_TOKEN} </fieldset> </div> <span class="corners-bottom"><span></span></span></div> </div> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_resend.html b/phpBB/styles/prosilver/template/ucp_resend.html index aef7e476e0..840e972995 100644 --- a/phpBB/styles/prosilver/template/ucp_resend.html +++ b/phpBB/styles/prosilver/template/ucp_resend.html @@ -20,14 +20,13 @@ </dl> <dl> <dt> </dt> - <dd>{S_HIDDEN_FIELDS}<input type="submit" name="submit" id="submit" class="button1" value="{L_SUBMIT}" tabindex="2" /> <input type="reset" value="{L_RESET}" name="reset" class="button2" /></dd> + <dd>{S_HIDDEN_FIELDS}{S_FORM_TOKEN}<input type="submit" name="submit" id="submit" class="button1" value="{L_SUBMIT}" tabindex="2" /> <input type="reset" value="{L_RESET}" name="reset" class="button2" /></dd> </dl> </fieldset> </div> <span class="corners-bottom"><span></span></span></div> </div> -{S_FORM_TOKEN} </form> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_zebra_foes.html b/phpBB/styles/prosilver/template/ucp_zebra_foes.html index e1e3cd05c7..3c1b1cddce 100644 --- a/phpBB/styles/prosilver/template/ucp_zebra_foes.html +++ b/phpBB/styles/prosilver/template/ucp_zebra_foes.html @@ -34,8 +34,8 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/ucp_zebra_friends.html b/phpBB/styles/prosilver/template/ucp_zebra_friends.html index 30af33df1a..1e0efbfdf8 100644 --- a/phpBB/styles/prosilver/template/ucp_zebra_friends.html +++ b/phpBB/styles/prosilver/template/ucp_zebra_friends.html @@ -34,8 +34,8 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 0064e543e1..a4eca67854 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -103,9 +103,10 @@ </div> <span class="corners-bottom"><span></span></span></div> + {S_FORM_TOKEN} + {S_HIDDEN_FIELDS} </div> - {S_FORM_TOKEN} - {S_HIDDEN_FIELDS} + </form> <hr /> @@ -257,8 +258,8 @@ <form method="post" action="{S_MOD_ACTION}"> <fieldset class="quickmod"> <label>{L_QUICK_MOD}:</label> {S_TOPIC_MOD} <input type="submit" value="{L_GO}" class="button2" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> |