@@ -, +, @@ --- .../en/modules/tools/batch_record_modification.tt | 40 +++++++--------------- 1 file changed, 12 insertions(+), 28 deletions(-) --- 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 @@ -178,6 +178,18 @@ $(document).ready(function() { [% END %] [% END %] + [% IF recordtype == 'biblio' %]
Select all @@ -204,20 +216,6 @@ $(document).ready(function() {
Reminder: this action will modify all selected biblios!
- - - [% ELSE %]
Select all @@ -245,20 +243,6 @@ $(document).ready(function() {
Reminder: this action will modify all selected authorities!
[% END %] - - -
--