mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/14848] Add acp_ext_list_disabled/enabled_title_after
PHPBB3-14848
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<!-- IF .enabled -->
|
<!-- IF .enabled -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row3" colspan="4"><strong>{L_EXTENSIONS_ENABLED}</strong></td>
|
<td class="row3" colspan="4"><strong>{L_EXTENSIONS_ENABLED}</strong><!-- EVENT acp_ext_list_enabled_title_after --></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGIN enabled -->
|
<!-- BEGIN enabled -->
|
||||||
<tr class="ext_enabled row-highlight">
|
<tr class="ext_enabled row-highlight">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
<!-- IF .disabled -->
|
<!-- IF .disabled -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row3" colspan="4"><strong>{L_EXTENSIONS_DISABLED}</strong></td>
|
<td class="row3" colspan="4"><strong>{L_EXTENSIONS_DISABLED}</strong><!-- EVENT acp_ext_list_disabled_title_after --></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGIN disabled -->
|
<!-- BEGIN disabled -->
|
||||||
<tr class="ext_disabled row-highlight">
|
<tr class="ext_disabled row-highlight">
|
||||||
|
@@ -58,6 +58,18 @@ acp_email_options_after
|
|||||||
* Since: 3.1.2-RC1
|
* Since: 3.1.2-RC1
|
||||||
* Purpose: Add settings to mass email form
|
* Purpose: Add settings to mass email form
|
||||||
|
|
||||||
|
acp_ext_list_disabled_title_after
|
||||||
|
===
|
||||||
|
* Location: adm/style/acp_ext_list.html
|
||||||
|
* Since: 3.1.11-RC1
|
||||||
|
* Purpose: Add text after disabled extensions section title.
|
||||||
|
|
||||||
|
acp_ext_list_enabled_title_after
|
||||||
|
===
|
||||||
|
* Location: adm/style/acp_ext_list.html
|
||||||
|
* Since: 3.1.11-RC1
|
||||||
|
* Purpose: Add text after enabled extensions section title.
|
||||||
|
|
||||||
acp_forums_custom_settings
|
acp_forums_custom_settings
|
||||||
===
|
===
|
||||||
* Location: adm/style/acp_forums.html
|
* Location: adm/style/acp_forums.html
|
||||||
|
Reference in New Issue
Block a user