@@ -, +, @@ --- .../prog/en/modules/tools/batchMod-edit.tt | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -80,8 +80,10 @@ $(document).ready(function(){ [% END %] - [% UNLESS ( too_many_items ) %] -

The following barcodes were found:

+ [% IF ( item_loop ) %] + [% UNLESS ( too_many_items ) %] +

The following barcodes were found:

+ [% END %] [% END %] [% END %] @@ -142,6 +144,7 @@ $(document).ready(function(){ [% END %] [% END %] +[% IF ( item_loop ) %]

Edit Items

Checking the box right next the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.
@@ -179,6 +182,9 @@ $(document).ready(function(){ Cancel
+[% ELSE %] +

Return to batch item modification

+[% END %] [% ELSE %]
[% IF ( src == 'CATALOGUING') %] --