aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-09-25 19:58:28 +0200
committerJakub Senko <jakubsenko@gmail.com>2016-09-26 11:13:11 +0200
commitf66ca6a9cc1779270debd5240e5bb6e3f44b9759 (patch)
tree6e0b211adff39b830fbaea2b4dd4fda78e1cb4b1 /phpBB/styles
parent51d830a6d332b4e37d90ee4f8455a6b3a47f9591 (diff)
downloadforums-f66ca6a9cc1779270debd5240e5bb6e3f44b9759.tar
forums-f66ca6a9cc1779270debd5240e5bb6e3f44b9759.tar.gz
forums-f66ca6a9cc1779270debd5240e5bb6e3f44b9759.tar.bz2
forums-f66ca6a9cc1779270debd5240e5bb6e3f44b9759.tar.xz
forums-f66ca6a9cc1779270debd5240e5bb6e3f44b9759.zip
[ticket/14786] Add mcp_forum_actions_before/after events
PHPBB3-14786
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/mcp_forum.html2
-rw-r--r--phpBB/styles/subsilver2/template/mcp_forum.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html
index 3033ef799c..5858a2c801 100644
--- a/phpBB/styles/prosilver/template/mcp_forum.html
+++ b/phpBB/styles/prosilver/template/mcp_forum.html
@@ -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 -->
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html
index ba4f16bb95..d905910c22 100644
--- a/phpBB/styles/subsilver2/template/mcp_forum.html
+++ b/phpBB/styles/subsilver2/template/mcp_forum.html
@@ -58,6 +58,7 @@
<td class="row1" colspan="8" align="center"><p class="gen">{L_NO_TOPICS}</p></td>
</tr>
<!-- END topicrow -->
+<!-- EVENT mcp_forum_actions_before -->
<!-- IF not S_MERGE_SELECT -->
<tr>
<td class="cat" colspan="6" align="{S_CONTENT_FLOW_END}">
@@ -81,6 +82,7 @@
</td>
</tr>
<!-- ENDIF -->
+<!-- EVENT mcp_forum_actions_after -->
</table>
{S_FORM_TOKEN}
</form>