aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorv12mike <github@ingenious.co.nz>2019-09-10 16:32:13 -0400
committerMarc Alexander <admin@m-a-styles.de>2019-11-21 13:44:20 +0100
commit78a913581c727801240758c0a8c3bfae86d124ca (patch)
tree4945aa5238d62b5da58656d202c6f2f4318755b3 /phpBB/styles/prosilver
parent63b7518a0f8b09d23a0d45c50d98aa3ff607f613 (diff)
downloadforums-78a913581c727801240758c0a8c3bfae86d124ca.tar
forums-78a913581c727801240758c0a8c3bfae86d124ca.tar.gz
forums-78a913581c727801240758c0a8c3bfae86d124ca.tar.bz2
forums-78a913581c727801240758c0a8c3bfae86d124ca.tar.xz
forums-78a913581c727801240758c0a8c3bfae86d124ca.zip
[ticket/9837] Display unapproved posts to posters
Add tests and improve style template PHPBB3-9837
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 16e28651bf..f627852969 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -306,8 +306,9 @@
</p>
</form>
<!-- ELSE -->
- <p class="post-notice information">
- {L_POST_UNAPPROVED}
+ <p class="post-notice unapproved">
+ <span><i class="icon fa-exclamation icon-red fa-fw" aria-hidden="true"></i></span>
+ <strong>{L_POST_UNAPPROVED}</strong>
</p>
<!-- ENDIF -->
<!-- ELSEIF postrow.S_POST_DELETED -->