From 20c50e55b1ec21cf39c4129bd548ec7566e52437 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Jul 2014 10:12:15 -0700 Subject: [ticket/12864] Add template event to header after stylesheets https://tracker.phpbb.com/browse/PHPBB3-12864 PHPBB3-12864 --- phpBB/docs/events.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index b6d4bfe214..67246ff001 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -64,6 +64,12 @@ acp_overall_header_head_append * Since: 3.1.0-a1 * Purpose: Add assets within the `` tags in the ACP +acp_overall_header_stylesheets_after +=== +* Location: adm/style/overall_header.html +* Since: 3.1.0-RC3 +* Purpose: Add assets after stylesheets within the `` tags in the ACP + acp_posting_buttons_after === * Locations: @@ -96,6 +102,13 @@ acp_simple_header_head_append * Since: 3.1.0-a1 * Purpose: Add assets within the `` tags in the simple header of the ACP +acp_simple_header_stylesheets_after +=== +* Location: adm/style/simple_header.html +* Since: 3.1.0-RC3 +* Purpose: Add assets after stylesheets within the `` tags in the simple header +of the ACP + acp_users_overview_options_append === * Location: adm/style/acp_users_overview.html @@ -576,6 +589,14 @@ overall_header_page_body_before * Since: 3.1.0-b3 * Purpose: Add content after the page-header, but before the page-body +overall_header_stylesheets_after +=== +* Locations: + + styles/prosilver/template/overall_header.html + + styles/subsilver2/template/overall_header.html +* Since: 3.1.0-RC3 +* Purpose: Add asset calls after stylesheets within the `` tag + posting_editor_buttons_after === * Locations: @@ -734,6 +755,14 @@ simple_header_head_append * Since: 3.1.0-b4 * Purpose: Add asset calls directly before the `` tag +simple_header_stylesheets_after +=== +* Locations: + + styles/prosilver/template/simple_header.html + + styles/subsilver2/template/simple_header.html +* Since: 3.1.0-RC3 +* Purpose: Add asset calls after stylesheets within the `` tag + topiclist_row_prepend === * Locations: -- cgit v1.2.1 From 4ce6811d2bacade5845a3830f0c3a454b4167be7 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 27 Jul 2014 22:55:36 -0500 Subject: [ticket/12864] Update event docs PHPBB3-12864 --- phpBB/docs/events.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 67246ff001..cdd211e912 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -68,7 +68,8 @@ acp_overall_header_stylesheets_after === * Location: adm/style/overall_header.html * Since: 3.1.0-RC3 -* Purpose: Add assets after stylesheets within the `` tags in the ACP +* Purpose: Add assets after stylesheets within the `` tags in the ACP. +Note that INCLUDECSS will not work with this event. acp_posting_buttons_after === @@ -107,7 +108,7 @@ acp_simple_header_stylesheets_after * Location: adm/style/simple_header.html * Since: 3.1.0-RC3 * Purpose: Add assets after stylesheets within the `` tags in the simple header -of the ACP +of the ACP. Note that INCLUDECSS will not work with this event. acp_users_overview_options_append === @@ -595,7 +596,8 @@ overall_header_stylesheets_after + styles/prosilver/template/overall_header.html + styles/subsilver2/template/overall_header.html * Since: 3.1.0-RC3 -* Purpose: Add asset calls after stylesheets within the `` tag +* Purpose: Add asset calls after stylesheets within the `` tag. +Note that INCLUDECSS will not work with this event. posting_editor_buttons_after === @@ -761,7 +763,8 @@ simple_header_stylesheets_after + styles/prosilver/template/simple_header.html + styles/subsilver2/template/simple_header.html * Since: 3.1.0-RC3 -* Purpose: Add asset calls after stylesheets within the `` tag +* Purpose: Add asset calls after stylesheets within the `` tag. +Note that INCLUDECSS will not work with this event. topiclist_row_prepend === -- cgit v1.2.1