aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-11-18 19:42:44 +0100
committerNils Adermann <naderman@naderman.de>2011-11-18 19:42:44 +0100
commit0a4efcbe8c9e4fe13d4a726f30f38d01d1334e32 (patch)
tree4f21631e83f71ffaa3c546b30e757b547b5b29c8 /phpBB/styles/prosilver/template/mcp_post.html
parenta4acd62f3b12557a8af103c0f58dba0803b919ce (diff)
parent6894477b600f4a1ffaa6c8ce7fde45465e1f5c07 (diff)
downloadforums-0a4efcbe8c9e4fe13d4a726f30f38d01d1334e32.tar
forums-0a4efcbe8c9e4fe13d4a726f30f38d01d1334e32.tar.gz
forums-0a4efcbe8c9e4fe13d4a726f30f38d01d1334e32.tar.bz2
forums-0a4efcbe8c9e4fe13d4a726f30f38d01d1334e32.tar.xz
forums-0a4efcbe8c9e4fe13d4a726f30f38d01d1334e32.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9956] Display error message if no disapprove reason given Conflicts: phpBB/includes/mcp/mcp_queue.php
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 6e334fc36a..496d9ffd0f 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>