diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-05-30 19:09:21 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-05-30 19:09:21 +0200 |
commit | f63f9693d8d305f5683ce4d9592832d801fedd7d (patch) | |
tree | 98a42f61d135a874657db60e78e9227451a877cf /phpBB | |
parent | 7dc288cb89b5519817a900a87cd8b68adcc08954 (diff) | |
parent | 635f73bc0659f5be64f98a137da8bec05f198365 (diff) | |
download | forums-f63f9693d8d305f5683ce4d9592832d801fedd7d.tar forums-f63f9693d8d305f5683ce4d9592832d801fedd7d.tar.gz forums-f63f9693d8d305f5683ce4d9592832d801fedd7d.tar.bz2 forums-f63f9693d8d305f5683ce4d9592832d801fedd7d.tar.xz forums-f63f9693d8d305f5683ce4d9592832d801fedd7d.zip |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB')
-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 d7839f7ec8..bbddf2e6b6 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -19,6 +19,7 @@ </div> <!-- ENDIF --> <!-- 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 9c52d268d5..12f8e6d1b1 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 |