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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-2 / +1 lines)
Lines 310-316 Link Here
310
                                    </div>
310
                                    </div>
311
                                    <!-- /.col -->
311
                                    <!-- /.col -->
312
312
313
                                    [% IF ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 && AllPublicBranches.size > 1 ) %]
313
                                    [% IF ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 && ( AllPublicBranches.size > 1 || Koha.Preference( 'IndependentBranches' ) ) ) %]
314
                                        <div class="col-sm col-md-3 col-lg-2 order-3 order-sm-4">
314
                                        <div class="col-sm col-md-3 col-lg-2 order-3 order-sm-4">
315
                                            <select name="limit" id="select_library" class="form-select">
315
                                            <select name="limit" id="select_library" class="form-select">
316
                                                <option value="">All libraries</option>
316
                                                <option value="">All libraries</option>
317
- 

Return to bug 40248