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 |
<input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label> |
177 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
|
|
178 |
<input type="checkbox" name="del_records" id="del_records" /> |
179 |
<label for="del_records">Delete records if no items remain.</label> |
180 |
[% END %] |
178 |
|
181 |
|
179 |
<fieldset class="action"> |
182 |
<fieldset class="action"> |
180 |
[% IF too_many_items_display %] |
183 |
[% IF too_many_items_display %] |
181 |
- |
|
|