Bugzilla – Attachment 67628 Details for
Bug 19414
Move the location of the 'Import this batch into the catalog' button
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19414 - Move the location of the 'Import this batch into the catalog' button
Bug-19414---Move-the-location-of-the-Import-this-b.patch (text/plain), 1.99 KB, created by
Dilan Johnpullé
on 2017-10-05 06:06:54 UTC
(
hide
)
Description:
Bug 19414 - Move the location of the 'Import this batch into the catalog' button
Filename:
MIME Type:
Creator:
Dilan Johnpullé
Created:
2017-10-05 06:06:54 UTC
Size:
1.99 KB
patch
obsolete
>From f4aefe5bad057ecc9c7bbebde2ff3621d9225d42 Mon Sep 17 00:00:00 2001 >From: Your Full Name <your_email> >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 >--- > koha-tmpl/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 4d84eb3..b4403ef 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(){ > <input type="hidden" name="completedJobID" value="" /> > <input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> > <fieldset class="action"> >- <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> >- <br/> > [% IF ( record_type != 'auth' ) %] > Add new bibliographic records into this framework: > <select name="framework" id="frameworks"> >@@ -338,6 +336,8 @@ $(document).ready(function(){ > [% END %] > </select> > [% END %] >+ <br/> >+ <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> > </fieldset> > </form> > <div id="jobpanel"><div id="jobstatus" class="progress_panel">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19414
:
67628
|
67789
|
67916