diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-05-30 19:05:44 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-05-30 19:05:44 +0200 |
commit | 635f73bc0659f5be64f98a137da8bec05f198365 (patch) | |
tree | e91f8585fd2fe6fd8f6034f272223d48aeb1dc65 | |
parent | 3f58b5f9abcd112e11f823968ab6cd90b07956bd (diff) | |
parent | 376e85c1d66c7223027afcdbfccf5c9e985cca73 (diff) | |
download | forums-635f73bc0659f5be64f98a137da8bec05f198365.tar forums-635f73bc0659f5be64f98a137da8bec05f198365.tar.gz forums-635f73bc0659f5be64f98a137da8bec05f198365.tar.bz2 forums-635f73bc0659f5be64f98a137da8bec05f198365.tar.xz forums-635f73bc0659f5be64f98a137da8bec05f198365.zip |
Merge pull request #4690 from javiexin/ticket/15081
[ticket/15081] Add acp_ext_details_notice template event
-rw-r--r-- | phpBB/adm/style/acp_ext_details.html | 1 | ||||
-rw-r--r-- | phpBB/docs/events.md | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 465a89e17a..bd9eca623a 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -21,6 +21,7 @@ <p>{VERSIONCHECK_FAIL_REASON}</p> </div> <!-- ENDIF --> +<!-- EVENT acp_ext_details_notice --> <fieldset> <legend>{L_EXT_DETAILS}</legend> diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 94090b19d1..afe8141916 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -64,6 +64,12 @@ acp_ext_details_end * Since: 3.1.11-RC1 * 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 === * Location: adm/style/acp_ext_list.html |