diff options
Diffstat (limited to 'phpBB/adm/style')
33 files changed, 90 insertions, 70 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 950e9bb6f9..ee3f8ec354 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -16,7 +16,7 @@  		<p>{WARNING_MSG}</p>  	</div>  <!-- ENDIF --> -	 +  <!-- IF S_NOTIFY -->  	<div class="successbox">  		<h3>{L_NOTIFY}</h3> @@ -216,7 +216,7 @@  		</p>  		</fieldset> - +		{S_FORM_TOKEN}  		</form>  	<!-- ELSE --> @@ -258,6 +258,7 @@  				<input class="button2" name="add" type="submit" value="{L_SUBMIT}" />  		</p>  		</fieldset> +		{S_FORM_TOKEN}  		</form>  	<!-- ENDIF --> @@ -280,7 +281,7 @@  		<input type="submit" id="add_extension_check" name="add_extension_check" class="button2" value="{L_SUBMIT}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  	<br /> @@ -320,7 +321,7 @@  		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</p>  	</fieldset> -	 +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_ORPHAN --> @@ -368,7 +369,7 @@  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 8d9827b672..48b117cfc9 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -77,7 +77,7 @@  	<!-- END token -->  	</tbody>  	</table> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -111,7 +111,7 @@  		<input class="button2" name="submit" type="submit" value="{L_ADD_BBCODE}" />  	</p>  	</fieldset> - +{S_FORM_TOKEN}  	</form>  <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html index c7501ce088..2569b162ca 100644 --- a/phpBB/adm/style/acp_board.html +++ b/phpBB/adm/style/acp_board.html @@ -45,6 +45,7 @@  </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 2f65a0fbec..92778472d8 100644 --- a/phpBB/adm/style/acp_bots.html +++ b/phpBB/adm/style/acp_bots.html @@ -51,7 +51,7 @@  		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -94,7 +94,7 @@  		<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>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index b5c12f29b1..ecb60e4b59 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -64,7 +64,7 @@  	<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />   	<input class="button2" type="submit" id="preview" name="preview" value="{L_PREVIEW}" />  </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 fcb79920fc..dc24b55bb1 100644 --- a/phpBB/adm/style/acp_database.html +++ b/phpBB/adm/style/acp_database.html @@ -25,6 +25,7 @@  	<!-- ENDIF -->  	</fieldset> +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -85,7 +86,7 @@  		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_disallow.html b/phpBB/adm/style/acp_disallow.html index e9d6cb6c51..020135e227 100644 --- a/phpBB/adm/style/acp_disallow.html +++ b/phpBB/adm/style/acp_disallow.html @@ -39,7 +39,7 @@  	<p>{L_NO_DISALLOWED}</p>  <!-- ENDIF -->  </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 b2c12c944d..bb891de0b4 100644 --- a/phpBB/adm/style/acp_email.html +++ b/phpBB/adm/style/acp_email.html @@ -48,7 +48,7 @@  	<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  </p>  </fieldset> - +{S_FORM_TOKEN}  </form>  <!-- INCLUDE overall_footer.html --> diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 802cd81815..ee83beacf3 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -312,7 +312,7 @@  		<input class="button1" type="submit" id="submit" name="update" value="{L_SUBMIT}" />   		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_DELETE_FORUM --> @@ -361,7 +361,7 @@  		<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_CONTINUE_SYNC --> @@ -470,7 +470,7 @@  		<input class="button2" type="submit" value="{L_GO}" />  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  	<form id="forums" method="post" action="{U_ACTION}"> @@ -481,7 +481,7 @@  		<input type="text" name="forum_name" value="" maxlength="255" />  		<input class="button2" name="addforum" type="submit" value="{L_CREATE_FORUM}" />  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index f1b4c4ecaa..b615099b7c 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -155,7 +155,7 @@  		<input class="button1" type="submit" id="submit" name="update" value="{L_SUBMIT}" />   		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_LIST --> @@ -261,7 +261,7 @@  		<input class="button2" type="submit" name="addusers" value="{L_SUBMIT}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -310,7 +310,7 @@  			<input type="hidden" name="add" value="1" />  		<!-- ENDIF -->  	</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 6a8db53f08..e02840f1c5 100644 --- a/phpBB/adm/style/acp_icons.html +++ b/phpBB/adm/style/acp_icons.html @@ -160,7 +160,7 @@  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_CHOOSE_PAK --> @@ -195,7 +195,7 @@  	</p>  	<!-- ENDIF -->  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -257,7 +257,7 @@  		<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}  	</form>  <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_inactive.html b/phpBB/adm/style/acp_inactive.html index dc447d00fc..b5a05ec799 100755 --- a/phpBB/adm/style/acp_inactive.html +++ b/phpBB/adm/style/acp_inactive.html @@ -65,7 +65,7 @@ - +{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 43f7f51375..b57ad59af5 100644 --- a/phpBB/adm/style/acp_jabber.html +++ b/phpBB/adm/style/acp_jabber.html @@ -59,7 +59,7 @@  	<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />   	<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  </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 c016251d38..a6f99c2b56 100644 --- a/phpBB/adm/style/acp_language.html +++ b/phpBB/adm/style/acp_language.html @@ -55,7 +55,7 @@  		<input type="submit" name="update_details" class="button2" value="{L_SUBMIT}" />  	</p>  	</fieldset> -	 +	{S_FORM_TOKEN}  	</form>  	<br /><br /> @@ -92,7 +92,7 @@  		<!-- END missing -->  		</tbody>  		</table> - +		{S_FORM_TOKEN}  		</form>  		<br /><br /> @@ -161,7 +161,7 @@  	</tr>  	</tbody>  	</table> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_UPLOAD --> @@ -201,7 +201,7 @@  		<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 e18c4882c5..cc1765e2a4 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -79,7 +79,7 @@  <!-- 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 cae5781c8d..729ac56c5e 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -116,7 +116,7 @@  		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> diff --git a/phpBB/adm/style/acp_permission_roles.html b/phpBB/adm/style/acp_permission_roles.html index 80b1003003..f6ca6081aa 100644 --- a/phpBB/adm/style/acp_permission_roles.html +++ b/phpBB/adm/style/acp_permission_roles.html @@ -125,7 +125,7 @@  	<fieldset class="quick">  		<input type="submit" class="button1" name="submit" value="{L_SUBMIT}" />  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  	<a href="#maincontent">» {L_BACK_TO_TOP}</a><br /> @@ -179,7 +179,7 @@  	<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 />  	</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 d30a38e697..a4797fcc4f 100644 --- a/phpBB/adm/style/acp_permissions.html +++ b/phpBB/adm/style/acp_permissions.html @@ -39,7 +39,7 @@  		</p>  		</fieldset> - +		{S_FORM_TOKEN}  		</form>  		<!-- IF S_FORUM_MULTIPLE --> @@ -60,7 +60,7 @@  			</p>  			</fieldset> - +			{S_FORM_TOKEN}  			</form>  		<!-- ENDIF --> @@ -83,7 +83,7 @@  			<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 --> @@ -103,7 +103,7 @@  		</p>  		</fieldset> - +		{S_FORM_TOKEN}  		</form>  		<!-- ELSEIF S_SELECT_USERGROUP --> @@ -128,7 +128,7 @@  				{S_HIDDEN_FIELDS}  				<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}"> @@ -146,7 +146,7 @@  				{S_HIDDEN_FIELDS}  				<input class="button1" type="submit" name="submit_add_options" value="{L_ADD_PERMISSIONS}" />  			</fieldset> -			 +			{S_FORM_TOKEN}  			</form>  		<!-- ENDIF --> @@ -173,7 +173,7 @@  				{S_HIDDEN_FIELDS}  				<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}"> @@ -190,6 +190,7 @@  				<input type="submit" class="button1" name="submit_add_options" value="{L_ADD_PERMISSIONS}" />  			</fieldset> +			{S_FORM_TOKEN}  			</form>  		<!-- ENDIF --> @@ -216,6 +217,7 @@  				<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,7 +236,7 @@  				{S_HIDDEN_FIELDS}  				<input type="submit" name="submit" value="{L_VIEW_PERMISSIONS}" class="button1" />  			</fieldset> - +			{S_FORM_TOKEN}  			</form>  		</div> @@ -257,6 +259,7 @@  				<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,6 +278,7 @@  				<input type="submit" name="submit" value="{L_VIEW_PERMISSIONS}" class="button1" />  			</fieldset> +			{S_FORM_TOKEN}  			</form>  		</div> @@ -318,7 +322,7 @@  			<input class="button2" type="submit" name="submit" value="{L_GO}" />  		</fieldset> -	 +		{S_FORM_TOKEN}	  		</form>  	<!-- ENDIF --> @@ -346,7 +350,8 @@  	</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 bd9f0cc9a0..912e58b43c 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -156,7 +156,7 @@  		</fieldset>  	<!-- ENDIF --> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -217,7 +217,7 @@  		<input class="button1" type="submit" name="submit" value="{L_CREATE_NEW_FIELD}" />  		<input type="hidden" name="create" value="1" />  	</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 8d8f913b53..14a367ce27 100644 --- a/phpBB/adm/style/acp_prune_forums.html +++ b/phpBB/adm/style/acp_prune_forums.html @@ -101,7 +101,7 @@  		<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 9a2926df7f..7d84146267 100644 --- a/phpBB/adm/style/acp_prune_users.html +++ b/phpBB/adm/style/acp_prune_users.html @@ -53,7 +53,7 @@  	<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  </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 0bc8636f7d..482fbcb02c 100644 --- a/phpBB/adm/style/acp_ranks.html +++ b/phpBB/adm/style/acp_ranks.html @@ -52,7 +52,7 @@  		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -90,7 +90,7 @@  		<input class="button2" name="add" type="submit" value="{L_ADD_RANK}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_reasons.html b/phpBB/adm/style/acp_reasons.html index 3ad32e7d39..221a776a24 100644 --- a/phpBB/adm/style/acp_reasons.html +++ b/phpBB/adm/style/acp_reasons.html @@ -54,7 +54,7 @@  		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -118,7 +118,8 @@  		<input class="button2" name="addreason" type="submit" value="{L_ADD_NEW_REASON}" />  	</p>  	</fieldset> - +	 +	{S_FORM_TOKEN}  	</form>  <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html index 9afe9c5789..d4937c6ecc 100644 --- a/phpBB/adm/style/acp_search.html +++ b/phpBB/adm/style/acp_search.html @@ -61,6 +61,7 @@  		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</fieldset> +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_INDEX --> @@ -90,6 +91,7 @@  				<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}" />  			</fieldset> +		{S_FORM_TOKEN}  		</form>  	<!-- ELSE --> @@ -140,7 +142,7 @@  			<!-- ENDIF -->  			</p>  			</fieldset> - +			{S_FORM_TOKEN}  			</form>  		<!-- END backend --> diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index 0908c19480..a067e1a16b 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -27,7 +27,7 @@  		<input class="button1" type="submit" name="update" value="{L_DELETE}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_EDIT_IMAGESET --> @@ -148,7 +148,7 @@  		<legend>{L_SUBMIT}</legend>  		<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />  <input class="button2" type="reset" value="{L_RESET}" />  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_EDIT_TEMPLATE or S_EDIT_THEME --> @@ -172,7 +172,8 @@  	</dl>  	</fieldset>  	<!-- ENDIF --> - +	 +	{S_FORM_TOKEN}  	</form>  	<!-- IF TEMPLATE_FILE or (S_EDIT_THEME and S_THEME_IN_DB) --> @@ -254,7 +255,8 @@  			{S_HIDDEN_FIELDS}  			<input class="button1" id="save" type="submit" name="save" value="{L_SUBMIT}" />  		</fieldset> - +		 +		{S_FORM_TOKEN}  		</form>  	<!-- ENDIF --> @@ -304,6 +306,7 @@  	</p>  	</fieldset> +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_EXPORT --> @@ -361,6 +364,7 @@  	</p>  	</fieldset> +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_FRONTEND --> @@ -505,7 +509,8 @@  		<legend>{L_SUBMIT}</legend>  		<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />  	</fieldset> - +	 +	{S_FORM_TOKEN}  	</form>  <!-- ENDIF --> diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index cc369bab66..593889e7d1 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -47,7 +47,7 @@  	<fieldset class="quick">  		<input type="submit" name="update" value="{L_SUBMIT}" class="button1" />  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -70,7 +70,7 @@  	<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}" />  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ENDIF --> @@ -110,7 +110,7 @@  	<fieldset class="quick">  		<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_SIGNATURE --> @@ -145,7 +145,7 @@  			{L_USER_GROUP_ADD}: <select name="g">{S_GROUP_OPTIONS}</select> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" />  		</fieldset>  	<!-- ENDIF --> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_ATTACHMENTS --> @@ -202,7 +202,7 @@  		<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>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSEIF S_PERMISSIONS --> @@ -218,7 +218,7 @@  			{L_SELECT_FORUM}: <select name="f">{S_FORUM_OPTIONS}</select>   			<input class="button2" type="submit" value="{L_GO}" name="select" />  		</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 c2590ebca0..2b5745ebb6 100644 --- a/phpBB/adm/style/acp_users_avatar.html +++ b/phpBB/adm/style/acp_users_avatar.html @@ -71,5 +71,6 @@  	<fieldset class="quick">  		<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />  	</fieldset> - +	 +	{S_FORM_TOKEN}  	</form>
\ No newline at end of file diff --git a/phpBB/adm/style/acp_users_feedback.html b/phpBB/adm/style/acp_users_feedback.html index e1d4076e4d..e11a8e6ec1 100644 --- a/phpBB/adm/style/acp_users_feedback.html +++ b/phpBB/adm/style/acp_users_feedback.html @@ -72,5 +72,5 @@  	<fieldset class="quick">  		<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />  	</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 2dfb82e52f..da699968c5 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -64,7 +64,7 @@  </p>  </fieldset> - +{S_FORM_TOKEN}  </form>  <!-- IF not S_USER_FOUNDER or S_FOUNDER --> @@ -137,7 +137,8 @@  	</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 1dfa6a614b..b8b847bd14 100644 --- a/phpBB/adm/style/acp_users_prefs.html +++ b/phpBB/adm/style/acp_users_prefs.html @@ -154,4 +154,5 @@  		<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />  	</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 6a50887141..959494f5e3 100644 --- a/phpBB/adm/style/acp_users_profile.html +++ b/phpBB/adm/style/acp_users_profile.html @@ -63,4 +63,5 @@  		<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />  	</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 9d6b8d11e9..e51b5ab68d 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -113,5 +113,5 @@  		<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />   		<input class="button2" type="submit" name="preview" value="{L_PREVIEW}" />  	</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 055a616f70..3f99637418 100644 --- a/phpBB/adm/style/acp_words.html +++ b/phpBB/adm/style/acp_words.html @@ -29,7 +29,7 @@  		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />  	</p>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ELSE --> @@ -67,7 +67,7 @@  	</table>  	</fieldset> - +	{S_FORM_TOKEN}  	</form>  <!-- ENDIF -->  | 
