1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge pull request #4690 from javiexin/ticket/15081

[ticket/15081] Add acp_ext_details_notice template event
This commit is contained in:
Marc Alexander
2017-05-30 19:05:44 +02:00
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

@@ -64,6 +64,12 @@ acp_ext_details_end
* Since: 3.1.11-RC1 * Since: 3.1.11-RC1
* Purpose: Add more detailed information on extension after the available information. * Purpose: Add more detailed information on extension after the available information.
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_name_after acp_ext_list_disabled_name_after
=== ===
* Location: adm/style/acp_ext_list.html * Location: adm/style/acp_ext_list.html