aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-11-25 20:33:21 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-11-25 20:33:21 +0100
commit797b0c4058531d6434134a27019b7aa9e008b172 (patch)
tree97ecaa91b05e374c3912dda61422aff4fa13e226 /phpBB/styles/prosilver/template/viewtopic_body.html
parent290e23fb2dd7c9bfca76750cc45b9d532e1796a0 (diff)
parente0893c27a21bf5cd5dfa50ecbae4c8c3256f8317 (diff)
downloadforums-797b0c4058531d6434134a27019b7aa9e008b172.tar
forums-797b0c4058531d6434134a27019b7aa9e008b172.tar.gz
forums-797b0c4058531d6434134a27019b7aa9e008b172.tar.bz2
forums-797b0c4058531d6434134a27019b7aa9e008b172.tar.xz
forums-797b0c4058531d6434134a27019b7aa9e008b172.zip
Merge pull request #4034 from hanakin/ticket/14295
[ticket/14295]Add approval icon
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index e2e582c286..5067cac418 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -295,6 +295,7 @@
<!-- IF postrow.S_POST_UNAPPROVED -->
<form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">
<p class="post-notice unapproved">
+ <span><i class="icon fa-question icon-red fa-fw" aria-hidden="true"></i></span>
<strong>{L_POST_UNAPPROVED_ACTION}</strong>
<input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" />
<input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />
@@ -318,7 +319,7 @@
<!-- IF postrow.S_POST_REPORTED -->
<p class="post-notice reported">
- <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a>
+ <a href="{postrow.U_MCP_REPORT}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_REPORTED}</strong></a>
</p>
<!-- ENDIF -->