From ca3b715fdc9d1d8b37cd5eb710ee31c9117bd30b Mon Sep 17 00:00:00 2001 From: Richard McGirr Date: Thu, 20 Apr 2017 06:04:27 -0400 Subject: [PATCH] [ticket/15144] Attachment icon display should only occur if there are attachments in reports https://tracker.phpbb.com/browse/PHPBB3-15144 PHPBB3-15144 --- phpBB/styles/prosilver/template/mcp_front.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html index 97775814db..90793d072b 100644 --- a/phpBB/styles/prosilver/template/mcp_front.html +++ b/phpBB/styles/prosilver/template/mcp_front.html @@ -30,7 +30,7 @@
- {unapproved.SUBJECT}
+ {unapproved.SUBJECT}
{L_POSTED} {L_POST_BY_AUTHOR} {unapproved.AUTHOR_FULL} » {unapproved.POST_TIME}
@@ -86,12 +86,12 @@
- {report.SUBJECT}
+ {report.SUBJECT}
{L_POSTED} {L_POST_BY_AUTHOR} {report.AUTHOR_FULL} » {report.POST_TIME}
- {L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE}
+ {L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE}
{L_FORUM}{L_COLON} {report.FORUM_NAME}
@@ -129,7 +129,7 @@
- {pm_report.PM_SUBJECT}
+ {pm_report.PM_SUBJECT}
{L_MESSAGE_BY_AUTHOR} {pm_report.PM_AUTHOR_FULL} » {pm_report.PM_TIME}
{L_MESSAGE_TO} {pm_report.RECIPIENTS}