aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorjaviexin <javiexin@gmail.com>2017-03-05 15:07:26 +0100
committerGitHub <noreply@github.com>2017-03-05 15:07:26 +0100
commit376e85c1d66c7223027afcdbfccf5c9e985cca73 (patch)
treeb68cff3c8b8b982b55580766b87f25e3db65dfdf /phpBB/adm
parentfc50fd272b9685221e130114b2365b23bd543048 (diff)
parent9267235f30b3275b4b00f49f99c6ae259ce26a3f (diff)
downloadforums-376e85c1d66c7223027afcdbfccf5c9e985cca73.tar
forums-376e85c1d66c7223027afcdbfccf5c9e985cca73.tar.gz
forums-376e85c1d66c7223027afcdbfccf5c9e985cca73.tar.bz2
forums-376e85c1d66c7223027afcdbfccf5c9e985cca73.tar.xz
forums-376e85c1d66c7223027afcdbfccf5c9e985cca73.zip
Merge branch '3.1.x' into ticket/15081
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 ccc39ea76d..af9e00a614 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -48,7 +48,7 @@
</tr>
<!-- BEGIN enabled -->
<tr class="ext_enabled row-highlight">
- <td><strong title="{enabled.NAME}">{enabled.META_DISPLAY_NAME}</strong></td>
+ <td><strong title="{enabled.NAME}">{enabled.META_DISPLAY_NAME}</strong><!-- EVENT acp_ext_list_enabled_name_after --></td>
<td style="text-align: center;">
<!-- IF enabled.S_VERSIONCHECK -->
<strong <!-- IF enabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{enabled.META_VERSION}</strong>
@@ -73,7 +73,7 @@
</tr>
<!-- BEGIN disabled -->
<tr class="ext_disabled row-highlight">
- <td><strong title="{disabled.NAME}">{disabled.META_DISPLAY_NAME}</strong></td>
+ <td><strong title="{disabled.NAME}">{disabled.META_DISPLAY_NAME}</strong><!-- EVENT acp_ext_list_disabled_name_after --></td>
<td style="text-align: center;">
<!-- IF disabled.S_VERSIONCHECK -->
<strong <!-- IF disabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{disabled.META_VERSION}</strong>