From 60a51eddd474b704f2b9bd3277f20578c69a32a1 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 4 Dec 2013 16:32:47 -0800 Subject: [PATCH] [ticket/12060] Add template event acp_bbcodes_actions_prepend/append PHPBB3-12060 --- phpBB/adm/style/acp_bbcodes.html | 2 +- phpBB/docs/events.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 258bae360a..2057890bdf 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -103,7 +103,7 @@ {bbcodes.BBCODE_TAG} - {ICON_EDIT} {ICON_DELETE} + {ICON_EDIT} {ICON_DELETE} diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 9e17ddbdbf..f1637ced02 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1,3 +1,15 @@ +acp_bbcodes_actions_append +=== +* Location: adm/style/acp_bbcodes.html +* Since: 3.1.0-a3 +* Purpose: Add actions to the BBCodes page, after edit/delete buttons + +acp_bbcodes_actions_prepend +=== +* Location: adm/style/acp_bbcodes.html +* Since: 3.1.0-a3 +* Purpose: Add actions to the BBCodes page, before edit/delete buttons + acp_bbcodes_edit_form_append === * Location: adm/style/acp_bbcodes.html