aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-02-24 20:43:11 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-24 20:43:11 -0500
commit47dc492839ea44cb9aa3d0ad23f09dd2fd0b4ed9 (patch)
tree33c711b9463fbc30082259a14ed12abdb338ae99 /phpBB
parent441755bf170e49799e311c71b2123ff263970d62 (diff)
parente4497f4a1506c98ea94d3f1382b7d4d472ff9e80 (diff)
downloadforums-47dc492839ea44cb9aa3d0ad23f09dd2fd0b4ed9.tar
forums-47dc492839ea44cb9aa3d0ad23f09dd2fd0b4ed9.tar.gz
forums-47dc492839ea44cb9aa3d0ad23f09dd2fd0b4ed9.tar.bz2
forums-47dc492839ea44cb9aa3d0ad23f09dd2fd0b4ed9.tar.xz
forums-47dc492839ea44cb9aa3d0ad23f09dd2fd0b4ed9.zip
Merge branch 'ticket/callumacrae/9997' into develop-olympus
* ticket/callumacrae/9997: [ticket/9997] Fixed an inconsistency in the Moderator Control Panel
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html4
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]" /> &nbsp;
- <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" />
+ <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /> &nbsp;
+ <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>