Lines 363-371
var holdForPatron = function () {
Link Here
|
363 |
[% total %] result(s) found [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc |html %]'</span>[% END %][% IF limit_desc %] with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName %] Catalog[% END %].<br /> |
363 |
[% total %] result(s) found [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc |html %]'</span>[% END %][% IF limit_desc %] with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName %] Catalog[% END %].<br /> |
364 |
</h3> |
364 |
</h3> |
365 |
<div id="selection_ops" class="cartlist" style="display:none"> |
365 |
<div id="selection_ops" class="cartlist" style="display:none"> |
366 |
<a href="#" id="select_all">Select all</a> |
366 |
<a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a> |
367 |
| |
367 |
| |
368 |
<a href="#" id="clear_all">Clear all</a> |
368 |
<a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a> |
369 |
| |
369 |
| |
370 |
<a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a> |
370 |
<a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a> |
371 |
<a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a> |
371 |
<a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a> |