[ticket/15081] Add acp_ext_details_notice template event

PHPBB3-15081
This commit is contained in:
javiexin 2017-02-10 14:36:51 +01:00
parent 3322117c38
commit 09f6637597
2 changed files with 7 additions and 0 deletions

View file

@ -21,6 +21,7 @@
<p>{VERSIONCHECK_FAIL_REASON}</p> <p>{VERSIONCHECK_FAIL_REASON}</p>
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
<!-- EVENT acp_ext_details_notice -->
<fieldset> <fieldset>
<legend>{L_EXT_DETAILS}</legend> <legend>{L_EXT_DETAILS}</legend>

View file

@ -58,6 +58,12 @@ acp_email_options_after
* Since: 3.1.2-RC1 * Since: 3.1.2-RC1
* Purpose: Add settings to mass email form * 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 acp_ext_list_disabled_title_after
=== ===
* Location: adm/style/acp_ext_list.html * Location: adm/style/acp_ext_list.html