From 95d873574c1892709a4d01523ee7325d40066097 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Sun, 15 Mar 2020 04:04:00 +0100 Subject: [PATCH] [ticket/16403] Fix attachment icon in MCP reports PHPBB3-16403 --- phpBB/styles/prosilver/template/mcp_reports.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/mcp_reports.html b/phpBB/styles/prosilver/template/mcp_reports.html index e7e0a5c9ba..32573d5591 100644 --- a/phpBB/styles/prosilver/template/mcp_reports.html +++ b/phpBB/styles/prosilver/template/mcp_reports.html @@ -46,7 +46,9 @@
- {postrow.PM_SUBJECT}
+ {{ postrow.PM_SUBJECT }} + {% if postrow.ATTACH_ICON_IMG %} {% endif %} +
{L_MESSAGE_BY_AUTHOR} {postrow.PM_AUTHOR_FULL} » {postrow.PM_TIME}
{L_MESSAGE_TO} {postrow.RECIPIENTS}
- {postrow.POST_SUBJECT}
+ {{ postrow.POST_SUBJECT }} + {% if postrow.ATTACH_ICON_IMG %} {% endif %} +
{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}