@@ -, +, @@ record modificaton (tool) --- .../tools/batch_record_modification.tt | 80 ++++++++++--------- 1 file changed, 42 insertions(+), 38 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 @@ -201,54 +201,58 @@ Select all | Clear all - - - - - - - - - - - [% FOR biblio IN records %] +
+
 BiblionumberTitle 
+ - - - - + + + + - [% END %] - -
[% biblio.biblionumber | html %][% biblio.title | html %] - Show MARC -  BiblionumberTitle 
+ + + [% FOR biblio IN records %] + + + [% biblio.biblionumber | html %] + [% biblio.title | html %] + + Show MARC + + + [% END %] + + +
Reminder: this action will modify all selected biblios!
[% ELSE %]
Select all | Clear all
- - - - - - - - - - - [% FOR authority IN records %] +
+
AuthIDSummary 
+ - - - - + + + - [% END %] - -
[% authority.authid | html %][% PROCESS authresult summary=authority.summary authid=authority.authid %] Show MARC + AuthIDSummary 
+ + + [% FOR authority IN records %] + + + [% authority.authid | html %] + [% PROCESS authresult summary=authority.summary authid=authority.authid %] + Show MARC + + [% END %] + + +
Reminder: this action will modify all selected authorities!
[% END %]
--