|
Lines 7-15
Link Here
|
| 7 |
[% INCLUDE 'search_indexes.inc' $header_pulldown = 1 %] |
7 |
[% INCLUDE 'search_indexes.inc' $header_pulldown = 1 %] |
| 8 |
[% END %] |
8 |
[% END %] |
| 9 |
[% IF ( Koha.Preference('RetainCatalogSearchTerms') ) %] |
9 |
[% IF ( Koha.Preference('RetainCatalogSearchTerms') ) %] |
| 10 |
<input type="text" name="q" id="search-form" size="20" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="query form-text head-searchbox" /> |
10 |
<input type="text" name="q" id="search-form" size="20" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="query form-text head-searchbox form-control" placeholder="Enter search keywords" /> |
| 11 |
[% ELSE %] |
11 |
[% ELSE %] |
| 12 |
<input type="text" name="q" id="search-form" size="20" title="Enter the terms you wish to search for." class="query form-text head-searchbox" /> |
12 |
<input type="text" name="q" id="search-form" size="20" title="Enter the terms you wish to search for." class="query form-text head-searchbox form-control" placeholder="Enter search keywords" /> |
| 13 |
[% END %] |
13 |
[% END %] |
| 14 |
|
14 |
|
| 15 |
[% IF ( Koha.Preference('IntranetAddMastheadLibraryPulldown') ) %] |
15 |
[% IF ( Koha.Preference('IntranetAddMastheadLibraryPulldown') ) %] |
| 16 |
- |
|
|