From 001d2e43a0bf16d2695c4246d96e263bfe2e8924 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 16 May 2024 11:30:30 +0100 Subject: [PATCH] [ticket/17315] add template events to acp_groups --- 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 c526772ae2..9f628bb0de 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 %}