Lines 137-145
$(document).ready(function(){
Link Here
|
137 |
<fieldset class="action"> |
137 |
<fieldset class="action"> |
138 |
<input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label> |
138 |
<input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label> |
139 |
[% IF too_many_items %] |
139 |
[% IF too_many_items %] |
140 |
<input type="submit" name="mainformsubmit" value="Delete ALL submitted items" /> |
140 |
<button type="submit" name="mainformsubmit" class="btn btn-primary btn-sm"><i class="fa fa-trash"></i> Delete ALL submitted items</button> |
141 |
[% ELSE %] |
141 |
[% ELSE %] |
142 |
<input type="submit" name="mainformsubmit" value="Delete selected items" /> |
142 |
<button type="submit" name="mainformsubmit" class="btn btn-primary btn-sm"><i class="fa fa-trash"></i> Delete selected items</button> |
143 |
[% END %] |
143 |
[% END %] |
144 |
|
144 |
|
145 |
<a href="/cgi-bin/koha/tools/batchMod.pl?del=1" class="cancel">Cancel</a> |
145 |
<a href="/cgi-bin/koha/tools/batchMod.pl?del=1" class="cancel">Cancel</a> |