Merge pull request #3477 from n-aleha/ticket/13679

[ticket/13679] Add template event overall_header_searchbox_before
This commit is contained in:
Marc Alexander 2015-03-10 15:23:27 +01:00
commit 5b9fe33b1b
2 changed files with 8 additions and 0 deletions

View file

@ -880,6 +880,13 @@ overall_header_page_body_before
* Since: 3.1.0-b3 * Since: 3.1.0-b3
* Purpose: Add content after the page-header, but before the page-body * Purpose: Add content after the page-header, but before the page-body
overall_header_searchbox_before
===
* Locations:
+ styles/prosilver/template/overall_header.html
* Since: 3.1.4-RC1
* Purpose: Add content before the search box in the header
overall_header_stylesheets_after overall_header_stylesheets_after
=== ===
* Locations: * Locations:

View file

@ -69,6 +69,7 @@
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p> <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div> </div>
<!-- EVENT overall_header_searchbox_before -->
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --> <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box" class="search-box search-header"> <div id="search-box" class="search-box search-header">
<form action="{U_SEARCH}" method="get" id="search"> <form action="{U_SEARCH}" method="get" id="search">