aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorjaviexin <javiexin@gmail.com>2015-04-27 13:21:23 +0200
committerjaviexin <javiexin@gmail.com>2015-04-27 13:21:23 +0200
commite98a5afd07fdd18c8ed877655089e842a1db5f8a (patch)
tree75f3926dcbc4b73aac467fe5cee2c6d0470382a6 /phpBB/styles/prosilver/template/mcp_post.html
parent6322970766bd9fa78327fa2ca6a6a43d73b680ee (diff)
downloadforums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.tar
forums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.tar.gz
forums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.tar.bz2
forums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.tar.xz
forums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.zip
[ticket/13786] Add events to add MCP post options
Three new events are included: 1) Core event to perform new moderator action in includes/mcp/mcp_post.php 2) Core event to add/modify template data in includes/mcp/mcp_post.php 3) Template event to present new options in template/mcp_post.html PHPBB3-13786
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index 10ec6f3ea9..fc62abc7b9 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -144,7 +144,7 @@
</div>
</div>
-<!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST or S_CAN_CHGPOSTER -->
+<!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST or S_CAN_CHGPOSTER or S_MCP_POST_ADDITIONAL_OPTS -->
<div class="panel">
<div class="inner">
@@ -168,6 +168,10 @@
</form>
<!-- ENDIF -->
+ <!-- IF S_MCP_POST_ADDITIONAL_OPTS -->
+ <!-- EVENT mcp_post_additional_options -->
+ <!-- ENDIF -->
+
<!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST -->
<form method="post" id="mcp" action="{U_MCP_ACTION}">