aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-11-16 19:09:24 +0100
committerMichael Miday <midaym@gmail.com>2015-11-16 19:09:24 +0100
commit0b444814e51595981c1f03371c4607be24f7b0a9 (patch)
tree2d7bca13f0b9143dd490df3ec72953eca295aeba /phpBB/styles/prosilver/template/viewtopic_body.html
parentcbf9408e66eeddf2d53b87427bf8cb1f3d013a5c (diff)
downloadforums-0b444814e51595981c1f03371c4607be24f7b0a9.tar
forums-0b444814e51595981c1f03371c4607be24f7b0a9.tar.gz
forums-0b444814e51595981c1f03371c4607be24f7b0a9.tar.bz2
forums-0b444814e51595981c1f03371c4607be24f7b0a9.tar.xz
forums-0b444814e51595981c1f03371c4607be24f7b0a9.zip
[ticket/14295]Add approval icon
PHPBB3-14295
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 19b52c6ff6..db340fb9f8 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]" />