aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-11-12 17:14:35 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-11-12 17:14:35 +0100
commitc77798b1a3b71a7a10af9255ca2d829dc8cef5dc (patch)
treecf5350abcdf06e6d9805fc42f9489ac80f5d1cbb /phpBB/adm
parent221cd3eb68276bf2e4a0960369af2b89dd709079 (diff)
parent2f6a2581756fc9e6dd992623146ea3336db59d6e (diff)
downloadforums-c77798b1a3b71a7a10af9255ca2d829dc8cef5dc.tar
forums-c77798b1a3b71a7a10af9255ca2d829dc8cef5dc.tar.gz
forums-c77798b1a3b71a7a10af9255ca2d829dc8cef5dc.tar.bz2
forums-c77798b1a3b71a7a10af9255ca2d829dc8cef5dc.tar.xz
forums-c77798b1a3b71a7a10af9255ca2d829dc8cef5dc.zip
Merge pull request #4496 from senky/ticket/14848
[ticket/14848] Add acp_ext_list_disabled/enabled_title_after
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_ext_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index 8feb12a423..ccc39ea76d 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -44,7 +44,7 @@
<tbody>
<!-- IF .enabled -->
<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>
<!-- BEGIN enabled -->
<tr class="ext_enabled row-highlight">
@@ -69,7 +69,7 @@
<!-- IF .disabled -->
<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>
<!-- BEGIN disabled -->
<tr class="ext_disabled row-highlight">