mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17316] Add template events to ucp_groups_manage
PHPBB3-17316
This commit is contained in:
parent
6aa980eadb
commit
166c4eeb7e
2 changed files with 16 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue