From 09f6637597fff1dcdfc6117067c1f758fa23f60d Mon Sep 17 00:00:00 2001 From: javiexin Date: Fri, 10 Feb 2017 14:36:51 +0100 Subject: [PATCH] [ticket/15081] Add acp_ext_details_notice template event PHPBB3-15081 --- phpBB/adm/style/acp_ext_details.html | 1 + phpBB/docs/events.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 830c2e3cb4..1576f5fb2a 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -21,6 +21,7 @@

{VERSIONCHECK_FAIL_REASON}

+
{L_EXT_DETAILS} diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 0ebaf8f3e0..6d806aa633 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -58,6 +58,12 @@ acp_email_options_after * Since: 3.1.2-RC1 * Purpose: Add settings to mass email form +acp_ext_details_notice +=== +* Location: adm/style/acp_ext_details.html +* Since: 3.1.11-RC1 +* Purpose: Add extension detail notices after version check information. + acp_ext_list_disabled_title_after === * Location: adm/style/acp_ext_list.html