|
Lines 232-238
Link Here
|
| 232 |
[% IF ( OpacCustomSearch ) %] |
232 |
[% IF ( OpacCustomSearch ) %] |
| 233 |
[% PROCESS koha_news_block news => OpacCustomSearch %] |
233 |
[% PROCESS koha_news_block news => OpacCustomSearch %] |
| 234 |
[% ELSE %] |
234 |
[% ELSE %] |
| 235 |
<form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl" id="searchform"> |
235 |
<form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl" id="searchform" class="submit-form-prevent-resubmit"> |
| 236 |
<div class="row gx-2"> |
236 |
<div class="row gx-2"> |
| 237 |
<div class="col-sm-auto order-2 order-sm-2"> |
237 |
<div class="col-sm-auto order-2 order-sm-2"> |
| 238 |
<label for="masthead_search" class="visually-hidden">Search the catalog by:</label> |
238 |
<label for="masthead_search" class="visually-hidden">Search the catalog by:</label> |
| 239 |
- |
|
|