|
Lines 290-312
Link Here
|
| 290 |
<!-- /.col-sm-auto --> |
290 |
<!-- /.col-sm-auto --> |
| 291 |
|
291 |
|
| 292 |
<div class="col order-4 order-sm-3"> |
292 |
<div class="col order-4 order-sm-3"> |
| 293 |
[% IF ( !Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 && mylibraryfirst ) %] |
293 |
<div class="quick-search-wrapper"> |
| 294 |
<label for="translControl1" class="visually-hidden">Search the catalog in [% Branches.GetName( mylibraryfirst ) | html %]</label> |
294 |
[% IF ( !Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 && mylibraryfirst ) %] |
| 295 |
<input |
295 |
<label for="translControl1" class="visually-hidden">Search the catalog in [% Branches.GetName( mylibraryfirst ) | html %]</label> |
| 296 |
type="text" |
296 |
<input |
| 297 |
class="transl1 form-control form-control-filtered" |
297 |
type="text" |
| 298 |
id="translControl1" |
298 |
class="transl1 form-control form-control-filtered" |
| 299 |
name="q" |
299 |
id="translControl1" |
| 300 |
value="[% ms_value | html %]" |
300 |
name="q" |
| 301 |
data-bs-toggle="tooltip" |
301 |
value="[% ms_value | html %]" |
| 302 |
data-bs-placement="top" |
302 |
data-bs-toggle="tooltip" |
| 303 |
title="Searching in [% Branches.GetName( mylibraryfirst ) | html %] only" |
303 |
data-bs-placement="top" |
| 304 |
placeholder="Search the catalog" |
304 |
title="Searching in [% Branches.GetName( mylibraryfirst ) | html %] only" |
| 305 |
/><span id="translControl"></span> |
305 |
placeholder="Search the catalog" |
| 306 |
[% ELSE %] |
306 |
/><span id="translControl"></span> |
| 307 |
<label for="translControl1" class="visually-hidden">Search the catalog</label> |
307 |
[% ELSE %] |
| 308 |
<input type="text" class="transl1 form-control" id="translControl1" name="q" value="[% ms_value | html %]" placeholder="Search the catalog" /><span id="translControl"></span> |
308 |
<label for="translControl1" class="visually-hidden">Search the catalog</label> |
| 309 |
[% END # /ms_value %] |
309 |
<input type="text" class="transl1 form-control" id="translControl1" name="q" value="[% ms_value | html %]" placeholder="Search the catalog" /><span id="translControl"></span> |
|
|
310 |
[% END # /ms_value %] |
| 311 |
<button class="clear-search" type="reset" title="Clear search" aria-label="Clear search"> × </button> |
| 312 |
</div> |
| 310 |
</div> |
313 |
</div> |
| 311 |
<!-- /.col --> |
314 |
<!-- /.col --> |
| 312 |
|
315 |
|
|
Lines 364-372
Link Here
|
| 364 |
[% END # / opac_limit_override %] |
367 |
[% END # / opac_limit_override %] |
| 365 |
[% END # / OpacAddMastheadLibraryPulldown %] |
368 |
[% END # / OpacAddMastheadLibraryPulldown %] |
| 366 |
|
369 |
|
| 367 |
<div class="order-5 col-sm-auto clear-search"> |
|
|
| 368 |
<i class="fa-solid fa-circle-xmark" aria-hidden="true" title="Clear search" aria-label="Clear search"></i> |
| 369 |
</div> |
| 370 |
<div class="order-5 col-sm-auto"> |
370 |
<div class="order-5 col-sm-auto"> |
| 371 |
<button type="submit" id="searchsubmit" class="btn btn-primary" title="Search" aria-label="Search"> |
371 |
<button type="submit" id="searchsubmit" class="btn btn-primary" title="Search" aria-label="Search"> |
| 372 |
<i class="fa fa-search" aria-hidden="true"></i> |
372 |
<i class="fa fa-search" aria-hidden="true"></i> |
| 373 |
- |
|
|