1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/9837] Display unapproved posts to posters

Add tests and improve style template

PHPBB3-9837
This commit is contained in:
v12mike
2019-09-10 16:32:13 -04:00
committed by Marc Alexander
parent 63b7518a0f
commit 78a913581c
4 changed files with 371 additions and 10 deletions

View File

@@ -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 -->