aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2018-09-25 15:11:12 +0200
committerJakub Senko <jakubsenko@gmail.com>2018-10-12 10:05:03 +0200
commitf9b1f9ced566a504bf5ba147eac9740d5abdce3c (patch)
tree24038571e0196f9489f827c2c24353ce30f2a52b /phpBB/styles/prosilver/template/mcp_post.html
parent001f32da95d4f8697ccc9a6107afc8dc68cbe48e (diff)
downloadforums-f9b1f9ced566a504bf5ba147eac9740d5abdce3c.tar
forums-f9b1f9ced566a504bf5ba147eac9740d5abdce3c.tar.gz
forums-f9b1f9ced566a504bf5ba147eac9740d5abdce3c.tar.bz2
forums-f9b1f9ced566a504bf5ba147eac9740d5abdce3c.tar.xz
forums-f9b1f9ced566a504bf5ba147eac9740d5abdce3c.zip
[ticket/15706] Add mcp_post_report_buttons_top_* events
PHPBB3-15706
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index af16c8ab84..f066919529 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -31,10 +31,12 @@
<form method="post" id="mcp_report" action="{S_CLOSE_ACTION}">
<fieldset class="submit-buttons">
+ {% EVENT mcp_post_report_buttons_top_before %}
<!-- IF not S_REPORT_CLOSED -->
<input class="button1" type="submit" value="{L_CLOSE_REPORT}" name="action[close]" /> &nbsp;
<!-- ENDIF -->
<input class="button2" 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}" />
{S_FORM_TOKEN}
</fieldset>