Lines 246-253
Link Here
|
246 |
|
246 |
|
247 |
<div class="col order-4 order-sm-3"> |
247 |
<div class="col order-4 order-sm-3"> |
248 |
[% IF ( !Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 && mylibraryfirst ) %] |
248 |
[% IF ( !Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 && mylibraryfirst ) %] |
|
|
249 |
<label for="translControl1" class="visually-hidden">Search the catalog by keyword in [% Branches.GetName( mylibraryfirst ) | html %]</label> |
249 |
<input type="text" class="transl1 form-control form-control-filtered" id="translControl1" name="q" value="[% ms_value | html %]" data-bs-toggle="tooltip" data-bs-placement="top" title="Searching in [% Branches.GetName( mylibraryfirst ) | html %] only" placeholder="Search the catalog by keyword" /><span id="translControl"></span> |
250 |
<input type="text" class="transl1 form-control form-control-filtered" id="translControl1" name="q" value="[% ms_value | html %]" data-bs-toggle="tooltip" data-bs-placement="top" title="Searching in [% Branches.GetName( mylibraryfirst ) | html %] only" placeholder="Search the catalog by keyword" /><span id="translControl"></span> |
250 |
[% ELSE %] |
251 |
[% ELSE %] |
|
|
252 |
<label for="translControl1" class="visually-hidden">Search the catalog by keyword</label> |
251 |
<input type="text" class="transl1 form-control" id="translControl1" name="q" value="[% ms_value | html %]" placeholder="Search the catalog by keyword" /><span id="translControl"></span> |
253 |
<input type="text" class="transl1 form-control" id="translControl1" name="q" value="[% ms_value | html %]" placeholder="Search the catalog by keyword" /><span id="translControl"></span> |
252 |
[% END # /ms_value %] |
254 |
[% END # /ms_value %] |
253 |
</div> <!-- /.col --> |
255 |
</div> <!-- /.col --> |
254 |
- |
|
|