|
Lines 174-180
Link Here
|
| 174 |
<input type="hidden" name="op" value="[% op | html %]" /> |
174 |
<input type="hidden" name="op" value="[% op | html %]" /> |
| 175 |
<p>This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.</p> |
175 |
<p>This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.</p> |
| 176 |
<input type="hidden" name="del" value="1" /> |
176 |
<input type="hidden" name="del" value="1" /> |
| 177 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
177 |
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_delete_bibliographic_records ) %] |
| 178 |
<div style="display: flex; flex-direction: column; gap: 5px;"> |
178 |
<div style="display: flex; flex-direction: column; gap: 5px;"> |
| 179 |
<div> |
179 |
<div> |
| 180 |
<input type="checkbox" name="del_records" id="del_records" /> |
180 |
<input type="checkbox" name="del_records" id="del_records" /> |
| 181 |
- |
|
|