1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

[ticket/16407] Fix MCP Post reported message

PHPBB3-16407
This commit is contained in:
mrgoldy 2020-03-16 22:41:52 +01:00
parent 8b1f69c1a3
commit a37f95e7db

View File

@ -102,11 +102,11 @@
</form>
<!-- ENDIF -->
<!-- IF S_MESSAGE_REPORTED -->
{% if S_POST_REPORTED and not S_MCP_REPORT %}
<p class="post-notice reported">
<i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a>
<i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{{ lang('TOPIC_REPORTED') }}</span> <a href="{{ U_MCP_REPORT }}"><strong>{{ lang('POST_REPORTED') }}</strong></a>
</p>
<!-- ENDIF -->
{% endif %}
{% EVENT mcp_post_text_before %}