Lines 345-353
var holdForPatron = function () {
Link Here
|
345 |
[% 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 /> |
345 |
[% 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 /> |
346 |
</h3> |
346 |
</h3> |
347 |
<div id="selection_ops" class="cartlist" style="display:none"> |
347 |
<div id="selection_ops" class="cartlist" style="display:none"> |
348 |
<a href="#" id="select_all">Select all</a> |
348 |
<a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a> |
349 |
| |
349 |
| |
350 |
<a href="#" id="clear_all">Clear all</a> |
350 |
<a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a> |
351 |
| |
351 |
| |
352 |
<a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a> |
352 |
<a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a> |
353 |
<a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a> |
353 |
<a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a> |