diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index 8651b63b7f..0df24bb175 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -225,6 +225,7 @@
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fb8f9b1b19..b2d5cb905d 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -184,6 +184,24 @@ acp_group_types_prepend * Since: 3.2.9-RC1 * Purpose: Add additional group type options to group settings (prepend the list) +acp_groups_add_user_options_after +=== +* Location: adm/style/acp_groups.html +* Since: 3.3.13-RC1 +* Purpose: Add content after options for adding user to group in the ACP + +acp_groups_add_user_options_before +=== +* Location: adm/style/acp_groups.html +* Since: 3.3.13-RC1 +* Purpose: Add content before options for adding user to group in the ACP + +acp_groups_add_user_usernames_before +=== +* Location: adm/style/acp_groups.html +* Since: 3.3.13-RC1 +* Purpose: Add content before usernames option for adding user to group in the ACP + acp_groups_find_username_append === * Location: adm/style/acp_groups.html