aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-13 14:57:31 -0400
committerJoas Schilling <nickvergessen@gmx.de>2013-07-13 14:57:31 -0400
commit081350678dcfd88104d885385674b8f4a382aa91 (patch)
treeafc81c2a77b3b2bb52aa507c9f4ca82e7626b2d5 /phpBB/styles/prosilver
parent87795eba55172ed43119dd0ee022db68cf3ba8f6 (diff)
downloadforums-081350678dcfd88104d885385674b8f4a382aa91.tar
forums-081350678dcfd88104d885385674b8f4a382aa91.tar.gz
forums-081350678dcfd88104d885385674b8f4a382aa91.tar.bz2
forums-081350678dcfd88104d885385674b8f4a382aa91.tar.xz
forums-081350678dcfd88104d885385674b8f4a382aa91.zip
[ticket/9649] Display information on index for moderators on unapproved posts
PHPBB3-9649
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index 0c67de76ec..9fb6b3d951 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -50,7 +50,11 @@
<dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
<dd class="lastpost"><span>
- <!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a><!-- ENDIF -->
+ <!-- IF forumrow.U_UNAPPROVED_TOPICS -->
+ <a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a>
+ <!-- ELSEIF forumrow.U_UNAPPROVED_POSTS -->
+ <a href="{forumrow.U_UNAPPROVED_POSTS}">{UNAPPROVED_POST_IMG}</a>
+ <!-- ENDIF -->
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
<!-- EVENT forumlist_body_last_post_title_prepend -->