Bug 27546: Add 'Search within results' search box
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / catalogue-search-box.inc
1 [% IF ( CAN_user_catalogue ) %]
2     <div id="catalog_search" class="residentsearch">
3         <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
4             <label class="tip" for="search-form">Enter search keywords:</label>
5                 [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %]
6                     [% INCLUDE 'search_indexes.inc' $header_pulldown = 1 %]
7                 [% END %]
8             <input type="text" name="q" id="search-form" size="40" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="query form-text head-searchbox" />
9             <input type="submit" value="Submit"  class="submit" />
10         </form>
11     </div>
12 [% END %]