Lines 147-154
Link Here
|
147 |
<input type="hidden" name="op" value="[% op | html %]" /> |
147 |
<input type="hidden" name="op" value="[% op | html %]" /> |
148 |
<p>This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.</p> |
148 |
<p>This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.</p> |
149 |
<input type="hidden" name="del" value="1" /> |
149 |
<input type="hidden" name="del" value="1" /> |
|
|
150 |
<input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label> |
151 |
|
150 |
<fieldset class="action"> |
152 |
<fieldset class="action"> |
151 |
<input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label> |
|
|
152 |
[% IF too_many_items_display %] |
153 |
[% IF too_many_items_display %] |
153 |
<input type="submit" name="mainformsubmit" class="btn btn-primary" value="Delete ALL submitted items" /> |
154 |
<input type="submit" name="mainformsubmit" class="btn btn-primary" value="Delete ALL submitted items" /> |
154 |
[% ELSE %] |
155 |
[% ELSE %] |
155 |
- |
|
|