@@ -, +, @@ --- .../prog/en/modules/tools/batchMod-del.tt | 9 +++++++-- .../prog/en/modules/tools/batchMod-edit.tt | 7 ++++++- 2 files changed, 13 insertions(+), 3 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 @@ -67,11 +67,14 @@ for( x=0; x - + + [% IF biblionumber %] + + [% END %] [% IF ( item_loop ) %] [% IF ( show ) %]
Select All | Clear All
[% END %] @@ -180,7 +183,9 @@ for( x=0; x - [% IF src %] + [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] + Done + [% ELSIF src %] Done [% ELSE %] Return to batch item deletion --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -94,6 +94,9 @@ $(document).ready(function(){ + [% IF biblionumber %] + + [% END %] [% IF ( item_loop ) %] [% IF show %] @@ -204,7 +207,9 @@ $(document).ready(function(){ [% END %] [% ELSE %]
-[% IF src %] +[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%] + Done +[% ELSIF src %] Done [% ELSE %] Done --