[ticket/15451] Add template event mcp_topic_postrow_attachments_before/after

PHPBB3-15451
This commit is contained in:
Kailey Truscott 2017-11-11 17:56:14 -05:00
parent 44d5bde616
commit da3a1a5d20
2 changed files with 18 additions and 0 deletions

View file

@ -953,6 +953,20 @@ mcp_topic_options_before
* Since: 3.1.6-RC1
* Purpose: Add some options (field, checkbox, ...) before the subject field when split a subject
mcp_topic_postrow_attachments_after
===
* Locations:
+ styles/prosilver/template/mcp_topic.html
* Since: 3.2.2-RC1
* Purpose: Show additional content after attachments in mcp topic review
mcp_topic_postrow_attachments_before
===
* Locations:
+ styles/prosilver/template/mcp_topic.html
* Since: 3.2.2-RC1
* Purpose: Show additional content before attachments in mcp topic review
mcp_topic_postrow_post_details_after
===
* Locations:

View file

@ -143,6 +143,8 @@
<div class="content" id="message_{postrow.POST_ID}">{postrow.MESSAGE}</div>
<!-- EVENT mcp_topic_postrow_attachments_before -->
<!-- IF postrow.S_HAS_ATTACHMENTS -->
<dl class="attachbox">
<dt>{L_ATTACHMENTS}</dt>
@ -152,6 +154,8 @@
</dl>
<!-- ENDIF -->
<!-- EVENT mcp_topic_postrow_attachments_after -->
</div>
</div>