aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-11-18 19:41:10 +0100
committerNils Adermann <naderman@naderman.de>2011-11-18 19:41:10 +0100
commit6894477b600f4a1ffaa6c8ce7fde45465e1f5c07 (patch)
treeb1c3a3dd07bb481a1c7fa8ba54d7b74b4795a83c /phpBB/styles/prosilver/template
parent665982bb324c1b846d68ebd296eed3a83edb9d81 (diff)
parentab8ecf5b92e5e2ac5bcc63e5c576a04948dd19b5 (diff)
downloadforums-6894477b600f4a1ffaa6c8ce7fde45465e1f5c07.tar
forums-6894477b600f4a1ffaa6c8ce7fde45465e1f5c07.tar.gz
forums-6894477b600f4a1ffaa6c8ce7fde45465e1f5c07.tar.bz2
forums-6894477b600f4a1ffaa6c8ce7fde45465e1f5c07.tar.xz
forums-6894477b600f4a1ffaa6c8ce7fde45465e1f5c07.zip
Merge remote-tracking branch 'github-nickvergessen/ticket/9956' into develop-olympus
* github-nickvergessen/ticket/9956: [ticket/9956] Display error message if no disapprove reason given
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/mcp_approve.html2
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_approve.html b/phpBB/styles/prosilver/template/mcp_approve.html
index 329205e2a2..185dd49c1b 100644
--- a/phpBB/styles/prosilver/template/mcp_approve.html
+++ b/phpBB/styles/prosilver/template/mcp_approve.html
@@ -8,7 +8,7 @@
<div class="content">
<h2>{MESSAGE_TITLE}</h2>
- <!-- IF ADDITIONAL_MSG --><p>{ADDITIONAL_MSG}</p><!-- ENDIF -->
+ <!-- IF ADDITIONAL_MSG --><p class="error">{ADDITIONAL_MSG}</p><!-- ENDIF -->
<fieldset>
<!-- IF S_NOTIFY_POSTER -->
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>