1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14786] Add mcp_forum_actions_before/after events

PHPBB3-14786
This commit is contained in:
Jakub Senko
2016-09-25 19:58:28 +02:00
parent 51d830a6d3
commit f66ca6a9cc
3 changed files with 20 additions and 0 deletions

View File

@@ -120,6 +120,7 @@
</div>
</div>
<!-- EVENT mcp_forum_actions_before -->
<fieldset class="display-actions">
<!-- IF not S_MERGE_SELECT -->
<select name="action">
@@ -143,6 +144,7 @@
<!-- ENDIF -->
{S_FORM_TOKEN}
</fieldset>
<!-- EVENT mcp_forum_actions_after -->
</form>
<!-- INCLUDE mcp_footer.html -->