Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2020-03-22 17:58:39 +01:00
commit cfaa22494e
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -102,11 +102,11 @@
</form> </form>
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF S_MESSAGE_REPORTED --> {% if S_POST_REPORTED and not S_MCP_REPORT %}
<p class="post-notice reported"> <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> </p>
<!-- ENDIF --> {% endif %}
{% EVENT mcp_post_text_before %} {% EVENT mcp_post_text_before %}