From 68c3a0307de19fdefd7ae716247fffea3ee30c0c Mon Sep 17 00:00:00 2001 From: rxu Date: Wed, 16 Aug 2017 21:57:11 +0700 Subject: [ticket/15324] Add more core and template events PHPBB3-15324 --- phpBB/docs/events.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8bece6465e..930d540c89 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1483,6 +1483,20 @@ overall_header_stylesheets_after * Purpose: Add asset calls after stylesheets within the `` tag. Note that INCLUDECSS will not work with this event. +posting_attach_body_attach_row_controls_append +=== +* Locations: + + styles/prosilver/template/posting_attach_body.html +* Since: 3.2.2-RC1 +* Purpose: Add content after attachment control elements + +posting_attach_body_attach_row_controls_prepend +=== +* Locations: + + styles/prosilver/template/posting_attach_body.html +* Since: 3.2.2-RC1 +* Purpose: Add content before attachment control elements + posting_editor_add_panel_tab === * Locations: -- cgit v1.2.1