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

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2017-12-27 21:14:02 +01:00
commit 475b85200b
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 18 additions and 0 deletions

View File

@ -960,6 +960,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_before
===
* Locations:

View File

@ -144,6 +144,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>
@ -153,6 +155,8 @@
</dl>
<!-- ENDIF -->
<!-- EVENT mcp_topic_postrow_attachments_after -->
</div>
</div>