Lines 158-164
Link Here
|
158 |
<div id="opac-main-search"> |
158 |
<div id="opac-main-search"> |
159 |
[% IF Koha.Preference('OpacCustomSearch') == '' %] |
159 |
[% IF Koha.Preference('OpacCustomSearch') == '' %] |
160 |
<form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl" id="searchform"> |
160 |
<form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl" id="searchform"> |
161 |
<input type="hidden" name="weight_search" value="1"> |
|
|
162 |
<div class="form-row align-items-center"> |
161 |
<div class="form-row align-items-center"> |
163 |
<div class="col-sm-auto order-1 order-sm-1"> |
162 |
<div class="col-sm-auto order-1 order-sm-1"> |
164 |
<label for="masthead_search"> Search |
163 |
<label for="masthead_search"> Search |
Lines 281-286
Link Here
|
281 |
</div> |
280 |
</div> |
282 |
[% END # / OpacAddMastheadLibraryPulldown %] |
281 |
[% END # / OpacAddMastheadLibraryPulldown %] |
283 |
</div> <!-- /.form-row --> |
282 |
</div> <!-- /.form-row --> |
|
|
283 |
<input type="hidden" name="weight_search" value="1"> |
284 |
</form> |
284 |
</form> |
285 |
[% ELSE # / Koha.Preference('OpacCustomSearch') == '' %] |
285 |
[% ELSE # / Koha.Preference('OpacCustomSearch') == '' %] |
286 |
[% Koha.Preference('OpacCustomSearch') | $raw %] |
286 |
[% Koha.Preference('OpacCustomSearch') | $raw %] |
287 |
- |
|
|