mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch '3.1.x'
* 3.1.x: [ticket/14187] Add acp_styles_list_before event
This commit is contained in:
commit
93b88393f6
2 changed files with 8 additions and 0 deletions
|
@ -87,6 +87,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- IF .styles_list -->
|
<!-- IF .styles_list -->
|
||||||
|
<!-- EVENT acp_styles_list_before -->
|
||||||
<table class="table1 styles">
|
<table class="table1 styles">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -190,6 +190,13 @@ acp_ranks_list_header_before
|
||||||
* Purpose: Add content after the last header-column (but before the action column)
|
* Purpose: Add content after the last header-column (but before the action column)
|
||||||
in the ranks list in the ACP
|
in the ranks list in the ACP
|
||||||
|
|
||||||
|
acp_styles_list_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ adm/style/acp_styles.html
|
||||||
|
* Since: 3.1.7-RC1
|
||||||
|
* Purpose: Add content before list of styles
|
||||||
|
|
||||||
acp_users_profile_before
|
acp_users_profile_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
Loading…
Add table
Reference in a new issue