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/styles/prosilver/template/mcp_forum.html | |
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/styles/prosilver/template/mcp_forum.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_forum.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index 5858a2c801..4c037f56ae 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -138,6 +138,7 @@ <option value="make_announce">{L_MAKE_ANNOUNCE}</option> <option value="make_global">{L_MAKE_GLOBAL}</option> <!-- ENDIF --> + <!-- EVENT mcp_forum_actions_append --> </select> <input class="button2" type="submit" value="{L_SUBMIT}" /> <div><a href="#" onclick="marklist('mcp', 'topic_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'topic_id_list', false); return false;">{L_UNMARK_ALL}</a></div> |