@@ -, +, @@ --- .../en/modules/tools/manage-marc-import.tt | 18 +----------------- .../prog/en/modules/tools/stage-marc-import.tt | 2 +- 2 files changed, 2 insertions(+), 18 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -11,7 +11,6 @@ [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/humanmsg.css") | $raw %] @@ -253,8 +252,6 @@ [% IF ( can_commit ) %]
- -
[% IF ( record_type != 'auth' ) %] @@ -282,23 +279,13 @@
-
-
Job progress:
0%
-
-
[% END # /IF can_commit %] [% IF ( can_revert ) %]
- -
-
-
Job progress:
0%
-
-
[% END # /IF can_revert %] [% END %] @@ -580,11 +567,8 @@ } }, })); - $("#import_batch_form").on("submit", function() { - return submitBackgroundJob(document.getElementById("import_batch_form")); - }); $("#revert_batch_form").on("submit", function() { - return confirm(_("Are you sure you want to undo the import of this batch into the catalog?")) && submitBackgroundJob(document.getElementById("revert_batch_form")); + return confirm(_("Are you sure you want to undo the import of this batch into the catalog?")); }); [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt @@ -5,7 +5,7 @@ Stage MARC records for import › Cataloging › Koha [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/humanmsg.css") | $raw %] --