aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2019-09-05 19:42:40 +0700
committerrxu <rxu@mail.ru>2019-09-05 19:42:40 +0700
commit32accc18e7f15b501fd09aa9fdd040f3591b8045 (patch)
tree6ae18ea61c9f2a53a491c847572c178a19527b06 /phpBB/adm
parent4db585a4cb2e5359074a82ef088574609155294b (diff)
downloadforums-32accc18e7f15b501fd09aa9fdd040f3591b8045.tar
forums-32accc18e7f15b501fd09aa9fdd040f3591b8045.tar.gz
forums-32accc18e7f15b501fd09aa9fdd040f3591b8045.tar.bz2
forums-32accc18e7f15b501fd09aa9fdd040f3591b8045.tar.xz
forums-32accc18e7f15b501fd09aa9fdd040f3591b8045.zip
[ticket/16148] Add template events to acp_groups.html
PHPBB3-16148
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_groups.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html
index d0096370d9..723a190899 100644
--- a/phpBB/adm/style/acp_groups.html
+++ b/phpBB/adm/style/acp_groups.html
@@ -36,10 +36,12 @@
<dl>
<dt><label for="group_type">{L_GROUP_TYPE}{L_COLON}</label><br /><span>{L_GROUP_TYPE_EXPLAIN}</span></dt>
<dd>
+ {% EVENT acp_group_types_prepend %}
<label><input name="group_type" type="radio" class="radio" id="group_type" value="{GROUP_TYPE_FREE}"{GROUP_FREE} /> {L_GROUP_OPEN}</label>
<label><input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_OPEN}"{GROUP_OPEN} /> {L_GROUP_REQUEST}</label>
<label><input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_CLOSED}"{GROUP_CLOSED} /> {L_GROUP_CLOSED}</label>
<label><input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_HIDDEN}"{GROUP_HIDDEN} /> {L_GROUP_HIDDEN}</label>
+ {% EVENT acp_group_types_append %}
</dd>
</dl>
<!-- ELSE -->