diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2016-11-20 17:22:39 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2016-12-04 17:24:19 +0100 |
commit | 839987fa19598d6ebb541ae71e3650f89b129dd9 (patch) | |
tree | cdf98ec22056223534ff4eedf942003264498369 /phpBB/docs | |
parent | 34ebbbc7c3859a7686c61d2241821588c280ce82 (diff) | |
download | forums-839987fa19598d6ebb541ae71e3650f89b129dd9.tar forums-839987fa19598d6ebb541ae71e3650f89b129dd9.tar.gz forums-839987fa19598d6ebb541ae71e3650f89b129dd9.tar.bz2 forums-839987fa19598d6ebb541ae71e3650f89b129dd9.tar.xz forums-839987fa19598d6ebb541ae71e3650f89b129dd9.zip |
[ticket/14868] Add mcp_forum_actions_options template event
PHPBB3-14868
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 0ebaf8f3e0..3c77773c67 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -814,6 +814,14 @@ mcp_forum_actions_after * Since: 3.1.11-RC1 * Purpose: Add some information after actions fieldset +mcp_forum_actions_append +=== +* Locations: + + styles/prosilver/template/mcp_forum.html + + styles/subsilver2/template/mcp_forum.html +* Since: 3.1.11-RC1 +* Purpose: Add additional options to actions select + mcp_forum_actions_before === * Locations: |