aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-07 16:50:43 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-07 16:50:43 +0200
commitf3ea34b3110a2fea1a87c34c8683c1939dff7fef (patch)
treedf7b6d2f4fb7d863eec966f39d598784772ec87c /phpBB/styles/prosilver/template/mcp_post.html
parent3c448f889fba3dd2552d9b76ce2c8dca48f6bd3e (diff)
parente5b2dc922f1c2e94332ffcc5e9ea002ce5326837 (diff)
downloadforums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.tar
forums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.tar.gz
forums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.tar.bz2
forums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.tar.xz
forums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.zip
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-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 fc9664f6c9..a0b470cbca 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -91,9 +91,9 @@
<form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}">
<p class="post-notice deleted">
- <input class="button2" type="submit" value="{L_DELETE}" name="action[disapprove]" /> &nbsp;
+ <!-- IF S_CAN_DELETE_POST --><input class="button2" type="submit" value="{L_DELETE}" name="action[delete]" /> &nbsp;<!-- ENDIF -->
<input class="button1" type="submit" value="{L_RESTORE}" name="action[restore]" />
- <!-- IF not S_FIRST_POST --><input type="hidden" name="mode" value="unapproved_posts" /><!-- ENDIF -->
+ <!-- IF not S_FIRST_POST --><input type="hidden" name="mode" value="deleted_posts" /><!-- ENDIF -->
<input type="hidden" name="post_id_list[]" value="{POST_ID}" />
{S_FORM_TOKEN}
</p>