diff options
author | javiexin <javiexin@gmail.com> | 2015-05-28 14:28:41 +0200 |
---|---|---|
committer | javiexin <javiexin@gmail.com> | 2015-05-28 14:28:41 +0200 |
commit | 9951458ebfb3bdf9845859fe409436afad7e4498 (patch) | |
tree | dfe47d931f746bdc81b5398a1fad97a221b803ee /phpBB | |
parent | f80dc9dc16ec0addf286dfdfe853dc696d7d8ece (diff) | |
download | forums-9951458ebfb3bdf9845859fe409436afad7e4498.tar forums-9951458ebfb3bdf9845859fe409436afad7e4498.tar.gz forums-9951458ebfb3bdf9845859fe409436afad7e4498.tar.bz2 forums-9951458ebfb3bdf9845859fe409436afad7e4498.tar.xz forums-9951458ebfb3bdf9845859fe409436afad7e4498.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
Remove extra template variable around the new event.
PHPBB3-13786
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_post.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index fc62abc7b9..81d1be795e 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -168,9 +168,7 @@ </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}"> diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html index 0a9f803b4d..1a29df94b0 100644 --- a/phpBB/styles/subsilver2/template/mcp_post.html +++ b/phpBB/styles/subsilver2/template/mcp_post.html @@ -157,9 +157,7 @@ </tr> <!-- ENDIF --> - <!-- IF S_MCP_POST_ADDITIONAL_OPTS --> <!-- EVENT mcp_post_additional_options --> - <!-- ENDIF --> <!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST --> <tr> |