@@ -, +, @@ for options --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- .../intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 6 +++--- 2 files changed, 4 insertions(+), 4 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 @@ -108,7 +108,7 @@ $(document).ready(function(){ [% IF ( item_loop ) %] [% IF show %]
- Select all | Clear all | Clear on loan + Select all | Clear all | Clear on loan
[% END %]
--- 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 @@ -147,8 +147,8 @@ $(document).ready(function() {
Select all | Clear all - | Select without items - | Select without holds + | Select without items + | Select without holds
@@ -180,7 +180,7 @@ $(document).ready(function() {
--