diff options
Diffstat (limited to 'phpBB/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index 04e24cd1f9..9d4997e576 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -72,8 +72,8 @@  			<form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}">  			<p class="rules"> -				<input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />   -				<input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /> +				<input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" />   +				<input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />  				<input type="hidden" name="post_id_list[]" value="{POST_ID}" />  				{S_FORM_TOKEN}  			</p>  | 
