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:
commit
475b85200b
@ -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:
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user