1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/14786] Add mcp_forum_actions_before/after events
This commit is contained in:
Tristan Darricau
2016-10-02 18:13:13 +02:00
2 changed files with 16 additions and 0 deletions

View File

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