mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 07:07:51 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
f50b9288ec
@ -981,6 +981,20 @@ mcp_post_additional_options
|
|||||||
* Since: 3.1.5-RC1
|
* Since: 3.1.5-RC1
|
||||||
* Purpose: Add content within the list of post moderation actions
|
* Purpose: Add content within the list of post moderation actions
|
||||||
|
|
||||||
|
mcp_post_report_buttons_top_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/mcp_post.html
|
||||||
|
* Since: 3.2.4-RC1
|
||||||
|
* Purpose: Add content after report buttons
|
||||||
|
|
||||||
|
mcp_post_report_buttons_top_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/mcp_post.html
|
||||||
|
* Since: 3.2.4-RC1
|
||||||
|
* Purpose: Add content before report buttons
|
||||||
|
|
||||||
mcp_topic_options_after
|
mcp_topic_options_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@ -31,10 +31,12 @@
|
|||||||
<form method="post" id="mcp_report" action="{S_CLOSE_ACTION}">
|
<form method="post" id="mcp_report" action="{S_CLOSE_ACTION}">
|
||||||
|
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
|
{% EVENT mcp_post_report_buttons_top_before %}
|
||||||
<!-- IF not S_REPORT_CLOSED -->
|
<!-- IF not S_REPORT_CLOSED -->
|
||||||
<input class="button1 button button-form" type="submit" value="{L_CLOSE_REPORT}" name="action[close]" />
|
<input class="button1 button button-form" type="submit" value="{L_CLOSE_REPORT}" name="action[close]" />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<input class="button1 button button-form-bold" type="submit" value="{L_DELETE_REPORT}" name="action[delete]" />
|
<input class="button1 button button-form-bold" type="submit" value="{L_DELETE_REPORT}" name="action[delete]" />
|
||||||
|
{% EVENT mcp_post_report_buttons_top_after %}
|
||||||
<input type="hidden" name="report_id_list[]" value="{REPORT_ID}" />
|
<input type="hidden" name="report_id_list[]" value="{REPORT_ID}" />
|
||||||
{S_FORM_TOKEN}
|
{S_FORM_TOKEN}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user