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