Lines 1-3
Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% USE Branches %] |
2 |
[% USE Branches %] |
2 |
[% IF ( CAN_user_catalogue ) %] |
3 |
[% IF ( CAN_user_catalogue ) %] |
3 |
<div id="catalog_search" class="residentsearch"> |
4 |
<div id="catalog_search" class="residentsearch"> |
Lines 13-19
Link Here
|
13 |
<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" /> |
14 |
<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" /> |
14 |
[% END %] |
15 |
[% END %] |
15 |
|
16 |
|
16 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
17 |
[% IF Koha.Preference('IntranetCatalogSearchPulldown') || Koha.Preference('IntranetAddMastheadLibraryPulldown') %] |
|
|
18 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
19 |
[% END %] |
17 |
</span> |
20 |
</span> |
18 |
<button type="submit"><i class="fa fa-arrow-right"></i></button> |
21 |
<button type="submit"><i class="fa fa-arrow-right"></i></button> |
19 |
|
22 |
|