aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorv12mike <github@ingenious.co.nz>2019-09-11 04:52:07 -0400
committerMarc Alexander <admin@m-a-styles.de>2019-11-21 13:44:20 +0100
commit92362441bd17dd18fb006a7b9f7a05c65ed2b432 (patch)
tree477b0120e42e470f083b9a8835c58ff2e5b653ba /phpBB/styles/prosilver
parent78a913581c727801240758c0a8c3bfae86d124ca (diff)
downloadforums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar
forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar.gz
forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar.bz2
forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar.xz
forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.zip
[ticket/9837] Make unapproved posts visible to posters
Add tests Tidy up code Improve user message formatting PHPBB3-9837
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
-rw-r--r--phpBB/styles/prosilver/theme/colours.css4
2 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index f627852969..6af33f2f87 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -308,7 +308,7 @@
<!-- ELSE -->
<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>
+ <strong>{L_POST_UNAPPROVED_EXPLAIN}</strong>
</p>
<!-- ENDIF -->
<!-- ELSEIF postrow.S_POST_DELETED -->
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index c44b5cd37d..ffaa71034f 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -1161,7 +1161,3 @@ li.notification-reported strong, li.notification-disapproved strong {
background-color: #D31141;
color: #ffffff;
}
-
-.information {
- background-color: #b8d3e0;
-}