@@ -, +, @@ Clear all, etc. --- .../intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 2 +- .../intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- .../prog/en/modules/tools/batch_delete_records.tt | 14 +++++++------- .../prog/en/modules/tools/batch_record_modification.tt | 8 ++++---- 4 files changed, 13 insertions(+), 13 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 @@ -75,7 +75,7 @@ for( x=0; xSelect all | Clear all[% END %] + [% IF ( show ) %]
Select all | Clear all
[% END %]

Show/hide columns: --- 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 %]

[% 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 @@ -145,10 +145,10 @@ $(document).ready(function() { [% IF records %] [% IF recordtype == 'biblio' %]
@@ -178,9 +178,9 @@ $(document).ready(function() {
Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!
[% ELSE %]
--- 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 @@ -192,8 +192,8 @@ $(document).ready(function() { [% IF recordtype == 'biblio' %]
@@ -218,8 +218,8 @@ $(document).ready(function() {
Reminder: this action will modify all selected biblios!
[% ELSE %]
--