aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-08-11 19:57:34 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-08-11 19:57:34 +0300
commit9a5363462b54cf137a1ec0149c0fa6cfbeca5e7c (patch)
treea8fb41c34972969e928ede84b6a52a21181678c1 /phpBB/styles/prosilver/template/mcp_post.html
parentc9cd7412f27014e98300a0b8bff15b03f70dee55 (diff)
downloadforums-9a5363462b54cf137a1ec0149c0fa6cfbeca5e7c.tar
forums-9a5363462b54cf137a1ec0149c0fa6cfbeca5e7c.tar.gz
forums-9a5363462b54cf137a1ec0149c0fa6cfbeca5e7c.tar.bz2
forums-9a5363462b54cf137a1ec0149c0fa6cfbeca5e7c.tar.xz
forums-9a5363462b54cf137a1ec0149c0fa6cfbeca5e7c.zip
[ticket/11782] Change p.rules to p.post-notice in templates
PHPBB3-11782
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index 4cdd62957c..7b2ace6792 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -14,7 +14,7 @@
<h3>{L_REPORT_REASON}{L_COLON} {REPORT_REASON_TITLE}</h3>
<p class="author">{L_REPORTED} {L_POST_BY_AUTHOR} {REPORTER_FULL} &laquo; {REPORT_DATE}</p>
<!-- IF not S_POST_REPORTED -->
- <p class="rules">{L_REPORT_CLOSED}</p>
+ <p class="post-notice reported">{L_REPORT_CLOSED}</p>
<!-- ENDIF -->
<div class="content">
<!-- IF REPORT_TEXT -->
@@ -71,7 +71,7 @@
<!-- IF S_POST_UNAPPROVED -->
<form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}">
- <p class="rules">
+ <p class="post-notice unapproved">
<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 -->
@@ -82,7 +82,7 @@
<!-- ELSEIF S_POST_DELETED -->
<form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}">
- <p class="rules">
+ <p class="post-notice deleted">
<input class="button2" type="submit" value="{L_DELETE}" name="action[disapprove]" /> &nbsp;
<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 -->
@@ -93,7 +93,7 @@
<!-- ENDIF -->
<!-- IF S_MESSAGE_REPORTED -->
- <p class="rules">
+ <p class="post-notice reported">
{REPORTED_IMG} <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a>
</p>
<!-- ENDIF -->