aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-10-14 04:18:44 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-10-14 04:18:44 +0200
commitab8ecf5b92e5e2ac5bcc63e5c576a04948dd19b5 (patch)
treecb1b7b82a6873b3b5d25fc606f92191cce2e49a1 /phpBB/styles/prosilver/template/mcp_post.html
parent86f8851c403bb9f31b43a9656e844e5c925da19a (diff)
downloadforums-ab8ecf5b92e5e2ac5bcc63e5c576a04948dd19b5.tar
forums-ab8ecf5b92e5e2ac5bcc63e5c576a04948dd19b5.tar.gz
forums-ab8ecf5b92e5e2ac5bcc63e5c576a04948dd19b5.tar.bz2
forums-ab8ecf5b92e5e2ac5bcc63e5c576a04948dd19b5.tar.xz
forums-ab8ecf5b92e5e2ac5bcc63e5c576a04948dd19b5.zip
[ticket/9956] Display error message if no disapprove reason given
PHPBB3-9956
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index 9d4997e576..f8403ffccd 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -74,6 +74,7 @@
<p class="rules">
<input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /> &nbsp;
<input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />
+ <!-- IF not S_FIRST_POST --><input type="hidden" name="mode" value="unapproved_posts" /><!-- ENDIF -->
<input type="hidden" name="post_id_list[]" value="{POST_ID}" />
{S_FORM_TOKEN}
</p>