Lines 138-144
Link Here
|
138 |
[% ELSIF op == 'list' %] |
138 |
[% ELSIF op == 'list' %] |
139 |
[% IF records %] |
139 |
[% IF records %] |
140 |
[% IF recordtype == 'biblio' %] |
140 |
[% IF recordtype == 'biblio' %] |
141 |
<div id="toolbar"> |
141 |
<div class="btn-toolbar selections-toolbar"> |
142 |
<a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a> |
142 |
<a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a> |
143 |
| <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a> |
143 |
| <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a> |
144 |
| <a id="selectwithoutitems" href="#">Select without items</a> |
144 |
| <a id="selectwithoutitems" href="#">Select without items</a> |
Lines 174-180
Link Here
|
174 |
</table> |
174 |
</table> |
175 |
<div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!</div> |
175 |
<div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!</div> |
176 |
[% ELSE %] |
176 |
[% ELSE %] |
177 |
<div id="toolbar"> |
177 |
<div class="btn-toolbar selections-toolbar"> |
178 |
<a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a> |
178 |
<a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a> |
179 |
| <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a> |
179 |
| <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a> |
180 |
| <a id="clearlinkedtobiblio" href="#">Clear used authorities</a> |
180 |
| <a id="clearlinkedtobiblio" href="#">Clear used authorities</a> |