Bug 14632: (QA followup) Restore missing "Delete batch" button.
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 Nov 2015 14:20:31 +0000 (09:20 -0500)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 6 Nov 2015 15:04:57 +0000 (12:04 -0300)
This button was removed by accident in bug 14676

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt

index 9118653..ab5bbec 100644 (file)
                             <div id="batch-manage" class="action">
                                 <a class="btn btn-small" id="additems" href="#"><icon class="fa fa-plus"></icon> Add patron(s)</a>[% IF ( table_loop ) %]
                                 <a class="btn btn-small" id="removeitems" href="#"><icon class="fa fa-trash"></icon> Remove selected patrons</a>
+                                <a class="btn btn-small" id="deletebatch" href="#"><icon class="fa fa-minus-square"></icon> Delete batch</a>
                                 <a class="btn btn-small" id="deduplicate" href="#"><icon class="fa fa-minus"></icon> Remove duplicates</a>
                                 <a class="btn btn-small" id="exportitems" href="#"><icon class="fa fa-share-square-o"></icon> Export selected card(s)</a>
                                 <a class="btn btn-small" id="exportbatch" href="#"><icon class="fa fa-share-square-o"></icon> Export card batch</a>[% END %]