mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
[task/restore-subsilver2] Reapply commit 9e24993
[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 PHPBB3-9783
This commit is contained in:
parent
04503c69fb
commit
e0066ef28e
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<a href="{messagerow.U_VIEW_PM}">{messagerow.SUBJECT}</a>
|
<a href="{messagerow.U_VIEW_PM}">{messagerow.SUBJECT}</a>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- IF messagerow.S_PM_REPORTED -->
|
||||||
|
<a href="{messagerow.U_MCP_REPORT}">{REPORTED_IMG}</a>
|
||||||
|
<!-- ENDIF -->
|
||||||
<!-- IF messagerow.S_AUTHOR_DELETED -->
|
<!-- IF messagerow.S_AUTHOR_DELETED -->
|
||||||
<br /><em class="gensmall">{L_PM_FROM_REMOVED_AUTHOR}</em>
|
<br /><em class="gensmall">{L_PM_FROM_REMOVED_AUTHOR}</em>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue