aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_groups.html
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-09-26 23:58:59 +0700
committerrxu <rxu@mail.ru>2015-09-26 23:58:59 +0700
commit2642cfe298b5d867e7f0b1936c09dca72c8eb94a (patch)
treebec36f4428a5674ca55d94df153139f3b44f9dd5 /phpBB/adm/style/acp_groups.html
parent3672df0bc2bca8f23cd7cf591be24cd61e05c0c3 (diff)
downloadforums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar.gz
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar.bz2
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar.xz
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.zip
[ticket/14201] Add more template events to ACP
PHPBB3-14201
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
-rw-r--r--phpBB/adm/style/acp_groups.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html
index d24d62497d..23f6e744c0 100644
--- a/phpBB/adm/style/acp_groups.html
+++ b/phpBB/adm/style/acp_groups.html
@@ -236,7 +236,7 @@
<dl>
<dt><label for="usernames">{L_USERNAME}{L_COLON}</label><br /><span>{L_USERNAMES_EXPLAIN}</span></dt>
<dd><textarea id="usernames" name="usernames" cols="40" rows="5"></textarea></dd>
- <dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd>
+ <dd><!-- EVENT acp_groups_find_username_prepend -->[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]<!-- EVENT acp_groups_find_username_append --></dd>
</dl>
<p class="quick">
@@ -265,6 +265,7 @@
<form id="acp_groups" method="post" action="{U_ACTION}">
+ <!-- EVENT acp_groups_manage_before -->
<table class="table1">
<col class="col1" /><col class="col1" /><col class="col2" /><col class="col2" /><col class="col2" />
<thead>
@@ -285,6 +286,7 @@
<!-- ENDIF -->
</tbody>
</table>
+ <!-- EVENT acp_groups_manage_after -->
<fieldset class="quick">
<!-- IF S_GROUP_ADD -->