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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-4 / +3 lines)
Lines 166-172 Link Here
166
                                                [% UNLESS ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %]
166
                                                [% UNLESS ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %]
167
                                                    [% IF ( mylibraryfirst ) %]
167
                                                    [% IF ( mylibraryfirst ) %]
168
                                                        <span title="Search in [% Branches.GetName( mylibraryfirst ) | html %] only">
168
                                                        <span title="Search in [% Branches.GetName( mylibraryfirst ) | html %] only">
169
                                                            <i class="fa fa-question-circle-o"></i>
169
                                                            <i class="fa fa-question-circle-o" aria-hidden="true"></i>
170
                                                        </span>
170
                                                        </span>
171
                                                    [% END %]
171
                                                    [% END %]
172
                                                [% END %]
172
                                                [% END %]
Lines 278-285 Link Here
278
                                            [% END # / OpacAddMastheadLibraryPulldown %]
278
                                            [% END # / OpacAddMastheadLibraryPulldown %]
279
279
280
                                            <div class="order-5 col-sm-auto">
280
                                            <div class="order-5 col-sm-auto">
281
                                                <button type="submit" id="searchsubmit" class="btn btn-primary" title="Search">
281
                                                <button type="submit" id="searchsubmit" class="btn btn-primary" title="Search" aria-label="Search">
282
                                                    <i class="fa fa-search"></i>
282
                                                    <i class="fa fa-search" aria-hidden="true"></i>
283
                                                </button>
283
                                                </button>
284
                                            </div>
284
                                            </div>
285
285
286
- 

Return to bug 29066