@@ -, +, @@ - Click Manage -> Label batches. Create a batch if necessary. - Click the "Delete" button in the "Actions" column. You should get a confirmation message, "Are you sure you want to delete this?" - Test both the confirming and cancelling. - Perform the same test with Manage -> Label templates. --- .../intranet-tmpl/prog/en/modules/labels/label-manage.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt @@ -95,7 +95,8 @@ [% IF ( text_field.select_field ) %] Edit - Delete + + Delete [% IF label_element == 'batch' %] [% END %] [% ELSIF ( text_field.field_value ) %] @@ -134,6 +135,7 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] + [% Asset.js("js/form-submit.js") | $raw %]