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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-1 / +1 lines)
Lines 191-196 Link Here
191
                                    <form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl" id="searchform">
191
                                    <form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl" id="searchform">
192
                                        <div class="row gx-2">
192
                                        <div class="row gx-2">
193
                                            <div class="col-sm-auto order-2 order-sm-2">
193
                                            <div class="col-sm-auto order-2 order-sm-2">
194
                                            <label for="masthead_search" class="visually-hidden">Search the catalog by:</label>
194
                                                <select name="idx" id="masthead_search" class="form-select">
195
                                                <select name="idx" id="masthead_search" class="form-select">
195
                                                    [% IF ( ms_kw ) %]
196
                                                    [% IF ( ms_kw ) %]
196
                                                        <option selected="selected" value="" data-placeholder="[% t("Search the catalog by keyword") | html %]">Library catalog</option>
197
                                                        <option selected="selected" value="" data-placeholder="[% t("Search the catalog by keyword") | html %]">Library catalog</option>
197
- 

Return to bug 37758