aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-01-02 23:23:53 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-02 23:23:53 +0100
commit4c550c221bebed3e45dec49fa741b02c608fa446 (patch)
treeee2c321d38a2c66e2c383118bef896e76208c31e /phpBB/styles
parent56314f4c22491dd5b2aacb2a013850c7f3171be8 (diff)
downloadforums-4c550c221bebed3e45dec49fa741b02c608fa446.tar
forums-4c550c221bebed3e45dec49fa741b02c608fa446.tar.gz
forums-4c550c221bebed3e45dec49fa741b02c608fa446.tar.bz2
forums-4c550c221bebed3e45dec49fa741b02c608fa446.tar.xz
forums-4c550c221bebed3e45dec49fa741b02c608fa446.zip
[ticket/14954] Properly check if topic has attachments in mcp_queue
PHPBB3-14954
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/mcp_queue.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_queue.html b/phpBB/styles/prosilver/template/mcp_queue.html
index c82aae5f8c..ee69bf448d 100644
--- a/phpBB/styles/prosilver/template/mcp_queue.html
+++ b/phpBB/styles/prosilver/template/mcp_queue.html
@@ -48,7 +48,7 @@
<dl>
<dt>
<div class="list-inner">
- <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <br />
+ <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a><!-- IF postrow.S_HAS_ATTACHMENTS --> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --><br />
<span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} &raquo; {postrow.POST_TIME}</span>
</div>
</dt>