diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-02-21 21:30:19 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-02-21 21:32:03 +0100 |
commit | 191a776ce6084adac1fd72ca206de25314291a5b (patch) | |
tree | f77d35e3d5f158ff40792d9d15aa3e4f61e6b4a1 /phpBB/docs | |
parent | 896249f0e8ea2059ddcd16632c1d11b934c72f5b (diff) | |
parent | 74f723e4ec0858235729f1d4e3daec53d9e88c84 (diff) | |
download | forums-191a776ce6084adac1fd72ca206de25314291a5b.tar forums-191a776ce6084adac1fd72ca206de25314291a5b.tar.gz forums-191a776ce6084adac1fd72ca206de25314291a5b.tar.bz2 forums-191a776ce6084adac1fd72ca206de25314291a5b.tar.xz forums-191a776ce6084adac1fd72ca206de25314291a5b.zip |
Merge pull request #4636 from javiexin/ticket/14995
[ticket/14995] Add ACP template events acp_ext_list_*_name_after
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index b1a962cfb0..2f28307c24 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -64,12 +64,24 @@ acp_ext_details_end * Since: 3.1.11-RC1 * Purpose: Add more detailed information on extension after the available information. +acp_ext_list_disabled_name_after +=== +* Location: adm/style/acp_ext_list.html +* Since: 3.1.11-RC1 +* Purpose: Add content after the name of disabled extensions in the list + acp_ext_list_disabled_title_after === * Location: adm/style/acp_ext_list.html * Since: 3.1.11-RC1 * Purpose: Add text after disabled extensions section title. +acp_ext_list_enabled_name_after +=== +* Location: adm/style/acp_ext_list.html +* Since: 3.1.11-RC1 +* Purpose: Add content after the name of enabled extensions in the list + acp_ext_list_enabled_title_after === * Location: adm/style/acp_ext_list.html |