aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2010-05-26 01:38:19 +0200
committerJoas Schilling <nickvergessen@gmx.de>2010-05-26 01:38:19 +0200
commit9e2499385590248c2ba9c932463e5cf7d5c74109 (patch)
treeecbb2fa737f813d15fd0839254ff2987d65e6835 /phpBB/styles/prosilver/template/ucp_pm_viewfolder.html
parent6d7e30ae995fe0791c2bced0974b0445fa769ee9 (diff)
downloadforums-9e2499385590248c2ba9c932463e5cf7d5c74109.tar
forums-9e2499385590248c2ba9c932463e5cf7d5c74109.tar.gz
forums-9e2499385590248c2ba9c932463e5cf7d5c74109.tar.bz2
forums-9e2499385590248c2ba9c932463e5cf7d5c74109.tar.xz
forums-9e2499385590248c2ba9c932463e5cf7d5c74109.zip
[ticket/9135] Fix report-icon for moderators in PM folders.
There was a S_TOPIC_REPORTED switch in the template of prosilver, which should indicate whether the PM is reported. But the variable was neither filled, nor named correctly. Now it is filled with a boolean and a link to the report is displayed for permitted users. PHPBB3-9135
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewfolder.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewfolder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html
index 7b309a74f7..d7e02e405e 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html
@@ -71,7 +71,7 @@
<br /><em class="small">{L_PM_FROM_REMOVED_AUTHOR}</em>
<!-- ENDIF -->
- <!-- IF messagerow.S_TOPIC_REPORTED --><a href="{messagerow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --> {messagerow.ATTACH_ICON_IMG}<br />
+ <!-- IF messagerow.S_PM_REPORTED --><a href="{messagerow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --> {messagerow.ATTACH_ICON_IMG}<br />
<!-- IF S_SHOW_RECIPIENTS -->{L_MESSAGE_TO} {messagerow.RECIPIENTS}<!-- ELSE -->{L_MESSAGE_BY_AUTHOR} {messagerow.MESSAGE_AUTHOR_FULL} &raquo; {messagerow.SENT_TIME}<!-- ENDIF -->
</dt>
<!-- IF S_SHOW_RECIPIENTS --><dd class="info"><span>{L_SENT_AT}: {messagerow.SENT_TIME}</span></dd><!-- ENDIF -->