From 8aef7b5659c6e04a620bb43139a40db232869047 Mon Sep 17 00:00:00 2001 From: rxu Date: Sun, 30 Jun 2024 20:35:58 +0700 Subject: [PATCH] [ticket/17359] Fix template events PHPBB-17359 --- phpBB/adm/style/acp_ext_list.html | 4 ++-- phpBB/docs/events.md | 12 ++++++++++++ 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 0cfd21dc7e..526c1eb3c4 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -98,11 +98,11 @@ - {L_EXTENSIONS_AVAILABLE} + {L_EXTENSIONS_AVAILABLE} - {available.META_DISPLAY_NAME} + {available.META_DISPLAY_NAME} {available.META_VERSION} diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 07e3b83beb..c0f313f540 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -70,6 +70,18 @@ acp_ext_details_notice * Since: 3.1.11-RC1 * Purpose: Add extension detail notices after version check information. +acp_ext_list_available_name_after +=== +* Location: adm/style/acp_ext_list.html +* Since: 3.1.13-RC1 +* Purpose: Add content after the name of available extensions in the list + +acp_ext_list_available_title_after +=== +* Location: adm/style/acp_ext_list.html +* Since: 3.1.13-RC1 +* Purpose: Add text after available extensions section title. + acp_ext_list_disabled_name_after === * Location: adm/style/acp_ext_list.html