aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorjaviexin <javiexin@gmail.com>2017-01-12 22:26:56 +0100
committerjaviexin <javiexin@gmail.com>2017-01-12 22:26:56 +0100
commit74f723e4ec0858235729f1d4e3daec53d9e88c84 (patch)
treec8d59355c6d79e914ed695448e1ac4475307fa60 /phpBB
parent3322117c3863c443ca1b79d25541bde4c662c0ed (diff)
downloadforums-74f723e4ec0858235729f1d4e3daec53d9e88c84.tar
forums-74f723e4ec0858235729f1d4e3daec53d9e88c84.tar.gz
forums-74f723e4ec0858235729f1d4e3daec53d9e88c84.tar.bz2
forums-74f723e4ec0858235729f1d4e3daec53d9e88c84.tar.xz
forums-74f723e4ec0858235729f1d4e3daec53d9e88c84.zip
[ticket/14995] Add ACP template events acp_ext_list_*_name_after
PHPBB3-14995
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/acp_ext_list.html4
-rw-r--r--phpBB/docs/events.md12
2 files changed, 14 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>
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 0ebaf8f3e0..2de2d7d8bc 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -46,6 +46,18 @@ acp_email_find_username_append
* Since: 3.1.7-RC1
* Purpose: Add content at the end of the fimd username link
+acp_ext_list_disabled_name_after
+===
+* Location: adm/style/acp_ext_list.html
+* Since: 3.1.11-RC1
+* Purpose: Add content after the name of disabled extensions in the list
+
+acp_ext_list_enabled_name_after
+===
+* Location: adm/style/acp_ext_list.html
+* Since: 3.1.11-RC1
+* Purpose: Add content after the name of enabled extensions in the list
+
acp_email_find_username_prepend
===
* Location: adm/style/acp_email.html