@@ -, +, @@ start page * Batch item editing * Batch record deletion * Batch record modification (create a MARC modification template first) --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt | 2 +- .../intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 2 +- .../prog/en/modules/tools/batch_record_modification.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt @@ -82,7 +82,7 @@ [% IF ( del ) %][% END %]
- Cancel + Cancel
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt @@ -132,7 +132,7 @@
- Cancel + Cancel
[% ELSIF op == 'list' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -163,7 +163,7 @@
- Cancel + Cancel
[% ELSIF view == 'list' %] --