From 345c25c367b7bb6d132a9d260c0066fe9e88f79b Mon Sep 17 00:00:00 2001 From: dragosvr92 Date: Sat, 9 May 2015 16:41:18 +0300 Subject: [PATCH] [ticket/13808] search_body_form_before Extensions may be designed to add secondary search options, such as Google search in the search_body.html. There are no events in the searchbody, so this should be merged. PHPBB3-13808 --- phpBB/docs/events.md | 8 ++++++++ phpBB/styles/prosilver/template/search_body.html | 1 + phpBB/styles/subsilver2/template/search_body.html | 1 + 3 files changed, 10 insertions(+) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c4bfaebb1b4..adcecf2cff3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1076,6 +1076,14 @@ quickreply_editor_message_before * Since: 3.1.0-a4 * Purpose: Add content before the quick reply textbox +search_body_form_before +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.5 +* Purpose: Add content before the search form + search_results_header_after === * Locations: diff --git a/phpBB/styles/prosilver/template/search_body.html b/phpBB/styles/prosilver/template/search_body.html index 2f15830eb18..8d56a103d21 100644 --- a/phpBB/styles/prosilver/template/search_body.html +++ b/phpBB/styles/prosilver/template/search_body.html @@ -2,6 +2,7 @@

{L_SEARCH}

+
diff --git a/phpBB/styles/subsilver2/template/search_body.html b/phpBB/styles/subsilver2/template/search_body.html index c0199fbae8a..d3aa758b437 100644 --- a/phpBB/styles/subsilver2/template/search_body.html +++ b/phpBB/styles/subsilver2/template/search_body.html @@ -2,6 +2,7 @@
+