From 0c32d41107bd514a6c28a4014a0900216450b79e Mon Sep 17 00:00:00 2001 From: Your Full Name Date: Thu, 5 Oct 2017 05:54:55 +0000 Subject: [PATCH] Bug 19414: Move the location of the 'Import this batch into the catalog' button Moves the location of the button in question to be below the framework selector Test plan: 1. Go to Tools -> Stage MARC records for import 2. Upload a .mrc file and stage it for import 3. Click Manage staged records 4. Note that the import button appears above the framework selector 5. Apply patch 6. Refresh the window 7. Notice that the button has now moved to below the framework selector Sponsored-By: CALYX information essentials Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index 4d84eb399d..b4403ef99c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -327,8 +327,6 @@ $(document).ready(function(){
- -
[% IF ( record_type != 'auth' ) %] Add new bibliographic records into this framework: [% END %] +
+
Job progress:
0%
-- 2.39.5