Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed May 31, 2024
2 parents 7a26ba4 + f3ead80 commit 6f3d50b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions phpBB/docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2553,6 +2553,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:
Expand Down
2 changes: 2 additions & 0 deletions phpBB/styles/prosilver/template/ucp_groups_manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h3>{L_GROUP_DETAILS}</h3>
<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>
Expand All @@ -65,6 +66,7 @@ <h3>{L_GROUP_SETTINGS_SAVE}</h3>
<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>
Expand Down

0 comments on commit 6f3d50b

Please sign in to comment.