@@ -, +, @@ modification and deletion --- .../prog/en/modules/tools/batchMod-del.tt | 13 ++++++++++--- .../prog/en/modules/tools/batchMod-edit.tt | 17 +++++++++++++---- 2 files changed, 23 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -156,6 +156,13 @@ for( x=0; x

[% deleted_items %] item(s) deleted.

[% IF delete_records %]

[% deleted_records %] record(s) deleted.

[% END %] + [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] + Return to the record + [% ELSIF src %] + Return to where you were + [% ELSE %] + Return to batch item deletion + [% END %] [% IF ( not_deleted_items ) %]
@@ -185,11 +192,11 @@ for( x=0; x [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] - Done + Done [% ELSIF src %] - Done + Done [% ELSE %] - Return to batch item deletion + Return to batch item deletion [% END %]

[% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -59,7 +59,16 @@ $(document).ready(function(){ [% ELSE %]

Batch item modification results

- [% modified_items %] item(s) modified (with [% modified_fields %] fields modified) + [% modified_items %] item(s) modified (with [% modified_fields %] fields modified). +
+ [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%] + Return to the record + [% ELSIF src %] + Return to where you were + [% ELSE %] + Return to batch item modification + [% END %] +
[% END %] [% IF ( barcode_not_unique ) %]
Error saving item: Barcode must be unique.
[% END %] @@ -236,11 +245,11 @@ $(document).ready(function(){ [% ELSE %]
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%] - Done + Done [% ELSIF src %] - Done + Done [% ELSE %] - Done + Return to batch item modification [% END %]
--