View | Details | Raw Unified | Return to bug 41926
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-2 / +1 lines)
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
- 

Return to bug 41926