[ticket/17316] Add template events to ucp_groups_manage

PHPBB3-17316
This commit is contained in:
Daniel James 2024-05-17 03:56:10 +01:00 committed by Marc Alexander
parent 6aa980eadb
commit 166c4eeb7e
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 16 additions and 0 deletions

View file

@ -2521,6 +2521,20 @@ ucp_friend_list_before
* Since: 3.1.0-a4
* Purpose: Add optional elements before list of friends in UCP
ucp_group_settings_after
===
* Locations:
+ styles/prosilver/template/ucp_groups_manage.html
* Since: 3.3.13-RC1
* Purpose: Add content after options for managing a group in the UCP
ucp_group_settings_before
===
* Locations:
+ styles/prosilver/template/ucp_groups_manage.html
* Since: 3.3.13-RC1
* Purpose: Add content before options for managing a group in the UCP
ucp_header_content_before
===
* Locations:

View file

@ -52,6 +52,7 @@
<h3>{L_GROUP_SETTINGS_SAVE}</h3>
<fieldset>
<!-- EVENT ucp_group_settings_before -->
<dl>
<dt><label for="group_colour">{L_GROUP_COLOR}{L_COLON}</label><br /><span>{L_GROUP_COLOR_EXPLAIN}</span></dt>
<dd>
@ -65,6 +66,7 @@
<dt><label for="group_rank">{L_GROUP_RANK}{L_COLON}</label></dt>
<dd><select name="group_rank" id="group_rank">{S_RANK_OPTIONS}</select></dd>
</dl>
<!-- EVENT ucp_group_settings_after -->
</fieldset>
</div>