diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 75a773e906..5d92f4c4b8 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -803,6 +803,13 @@ 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 +* Since: 3.1.11-RC1 +* Purpose: Add additional options to actions select + mcp_forum_actions_before === * Locations: diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index b4ef9e66af..f6c518e1df 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -140,6 +140,7 @@ +
{L_MARK_ALL} :: {L_UNMARK_ALL}