From 766ecaed5a12bd01dfcd9b54f97ead8141739d1e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 16 May 2024 11:55:24 +0100 Subject: [PATCH] [ticket/17315] Add template events to acp_groups PHPBB3-17315 --- phpBB/adm/style/acp_groups.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index 8651b63b7f..b91f91f12e 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -225,6 +225,7 @@
{L_ADD_USERS} + {% EVENT acp_groups_add_user_form_before %}
@@ -235,11 +236,13 @@
+ {% EVENT acp_groups_add_user_form_during %}

{L_USERNAMES_EXPLAIN}
[ {L_FIND_USERNAME} ]
+ {% EVENT acp_groups_add_user_form_after %}