Bugzilla – Attachment 130851 Details for
Bug 29989
Improve headings in MARC staging template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29989: Improve headings in MARC staging template
Bug-29989-Improve-headings-in-MARC-staging-templat.patch (text/plain), 1.99 KB, created by
Jonathan Druart
on 2022-02-18 14:22:19 UTC
(
hide
)
Description:
Bug 29989: Improve headings in MARC staging template
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-02-18 14:22:19 UTC
Size:
1.99 KB
patch
obsolete
>From 6d6566339f1bdda2b7756756f2dc7231fee6e78c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 1 Feb 2022 11:55:23 +0000 >Subject: [PATCH] Bug 29989: Improve headings in MARC staging template > >This patch updates the MARC staging page so that the headings are >descriptive based on the context. > >To test, apply the patch and go to Tools -> Stage MARC for import. > >- The heading should be "Stage MARC records for import." >- Upload a MARC file and stage the file for import. >- The heading on the next page should read "MARC staging results." > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/en/modules/tools/stage-marc-import.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >index 39ef0fa4f14..7771ee8fdad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >@@ -30,7 +30,7 @@ > </li> > <li> > <a href="#" aria-current="page"> >- Upload results >+ MARC staging results > </a> > </li> > [% ELSE %] >@@ -55,9 +55,8 @@ > </div> > [% END %] > >-<h1>Stage MARC records for import</h1> > [% IF ( uploadmarc ) %] >-<p>MARC staging results :</p> >+<h1>MARC staging results</h1> > <ul> > [% SWITCH (record_type) %] > [% CASE 'biblio' %] >@@ -91,6 +90,7 @@ > </p> > [% END %] > [% ELSE %] >+<h1>Stage MARC records for import</h1> > <ul> > <li>Select a MARC file to stage in the import reservoir. It will be parsed, and each valid record staged for later import into the catalog.</li> > <li>You can enter a name for this import. It may be useful, when creating a record, to remember where the suggested MARC data comes from!</li> >-- >2.25.1
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 29989
:
130618
|
130700
| 130851