@@ -, +, @@ table --- .../prog/en/modules/tools/batch_delete_records.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- 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' %]
- Select all - | Clear all - | Select without items - | Select without holds + Select all + | Clear all + | Select without items + | Select without holds
@@ -178,9 +178,9 @@ $(document).ready(function() {
Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!
[% ELSE %]
- Select all - | Clear all - | Clear used authorities + Select all + | Clear all + | Clear used authorities
--