-
-
+
+
+
+
-
Batch record modification
+Batch record modification
- [% IF ( messages ) %] -
+ [% IF ( messages ) %]
+
[% MACRO jsinclude BLOCK %]
[% Asset.js("js/tools-menu.js") | $raw %]
@@ -288,90 +288,90 @@
- [% FOREACH message IN messages %]
- [% IF message.type == 'success' %]
-
+
- [% ELSIF message.type == 'warning' %]
-
-
- [% ELSIF message.type == 'error' %]
-
+
+
+
+ [% ELSIF view == 'list' %]
+ [% IF records %]
+
+ [% ELSE %]
+
- [% END %]
- [% IF message.code == 'no_action_defined_for_the_template' %]
- The selected template (id=[% message.mmtid | html %]) does not exist or no action is defined.
- [% ELSIF message.code == 'biblio_not_exists' %]
- Bibliographic record [% message.biblionumber | html %] does not exist in the database.
- [% ELSIF message.code == 'authority_not_exists' %]
- Authority record [% message.authid | html %] does not exist in the database.
- [% ELSIF message.code == 'biblio_not_modified' %]
- Bibliographic record [% message.biblionumber | html %] has not been modified. An error occurred on modifying it.
- [% ELSIF message.code == 'authority_not_modified' %]
- Authority record [% message.authid | html %] has not been modified. An error occurred on modifying it.
- [% ELSIF message.code == 'biblio_modified' %]
- Bibliographic record [% message.biblionumber | html %] has successfully been modified.
- [% ELSIF message.code == 'authority_modified' %]
- Bibliographic record [% message.authid | html %] has successfully been modified.
- [% END %]
- [% IF message.error %]
- (The error was: [% message.error | html %]. See the Koha logfile for more information).
- [% END %]
-
- [% END %]
+ [% FOREACH message IN messages %]
+ [% IF message.type == 'success' %]
+
+ [% ELSIF message.type == 'warning' %]
+
+ [% END %]
- [% IF view == 'form' %]
-
- [% ELSIF view == 'list' %]
- [% IF records %]
-
- [% ELSE %]
-
+ [% ELSIF message.type == 'error' %]
+
- [% END %]
+
+ [% END %]
+ [% IF message.code == 'no_action_defined_for_the_template' %]
+ The selected template (id=[% message.mmtid | html %]) does not exist or no action is defined.
+ [% ELSIF message.code == 'biblio_not_exists' %]
+ Bibliographic record [% message.biblionumber | html %] does not exist in the database.
+ [% ELSIF message.code == 'authority_not_exists' %]
+ Authority record [% message.authid | html %] does not exist in the database.
+ [% ELSIF message.code == 'biblio_not_modified' %]
+ Bibliographic record [% message.biblionumber | html %] has not been modified. An error occurred on modifying it.
+ [% ELSIF message.code == 'authority_not_modified' %]
+ Authority record [% message.authid | html %] has not been modified. An error occurred on modifying it.
+ [% ELSIF message.code == 'biblio_modified' %]
+ Bibliographic record [% message.biblionumber | html %] has successfully been modified.
+ [% ELSIF message.code == 'authority_modified' %]
+ Bibliographic record [% message.authid | html %] has successfully been modified.
+ [% END %]
+ [% IF message.error %]
+ (The error was: [% message.error | html %]. See the Koha logfile for more information).
+ [% END %]
+
+ [% END %]
-
- No records were modified. New batch record modification
-
- [% END %]
- [% ELSIF view == 'report' %]
- [% IF report.total_records == report.total_success %]
-
- All records have successfully been modified! New batch record modification
-
- [% ELSE %]
-
- [% report.total_success | html %] / [% report.total_records | html %] records have successfully been modified. Some errors occurred. New batch record modification
-
- [% END %]
- [% ELSIF view == 'errors' %]
- [% FOR error IN errors %]
- [% IF error == 'no_template_defined' %]
-
- No MARC modification template is defined. You have to create at least one template for using this tool.
-
- [% END %]
- [% END %]
- [% ELSE %]
-
- No action defined for the template.
-
- [% END %]
-
-
+ No records were modified. New batch record modification
+
+ [% END %]
+ [% ELSIF view == 'report' %]
+ [% IF report.total_records == report.total_success %]
+
+ All records have successfully been modified! New batch record modification
+
+ [% ELSE %]
+
+ [% report.total_success | html %] / [% report.total_records | html %] records have successfully been modified. Some errors occurred. New batch record modification
+
+ [% END %]
+ [% ELSIF view == 'errors' %]
+ [% FOR error IN errors %]
+ [% IF error == 'no_template_defined' %]
+
+ No MARC modification template is defined. You have to create at least one template for using this tool.
+
+ [% END %]
+ [% END %]
+ [% ELSE %]
+
+ No action defined for the template.
+
+ [% END %]
+
+
-
-
-
+
+
+