Bugzilla – Attachment 146981 Details for
Bug 33016
MARC diff view still shows tools instead of cataloging in title and breadcrumbs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33016: Change breadcrumbs and page title on MARC diff view to cataloging
Bug-33016-Change-breadcrumbs-and-page-title-on-MAR.patch (text/plain), 1.88 KB, created by
Katrin Fischer
on 2023-02-20 22:25:46 UTC
(
hide
)
Description:
Bug 33016: Change breadcrumbs and page title on MARC diff view to cataloging
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-20 22:25:46 UTC
Size:
1.88 KB
patch
obsolete
>From a19de3a27c5e047cb7e44893f236a57b1fff337c Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 20 Feb 2023 22:22:08 +0000 >Subject: [PATCH] Bug 33016: Change breadcrumbs and page title on MARC diff > view to cataloging > >Some remaining to dos of us moving the staged import tools from >tools to cataloging. > >To test: >* Export a record from your Koha catalog >* Import it using the staged MARC import tool, matching on biblionumber > (the diff view is only visible if the record matched an existing one) >* View the staged records >* Click on the 'Diff' link >* Verify that the page title and breadcrumbs still read 'Tools' >* Apply patch >* Not these should read 'Cataloging' >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt >index 13c5e8bfa6..00393e36cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt >@@ -2,7 +2,7 @@ > [% USE Asset %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Compare matched records › Manage staged MARC records › Tools › Koha</title> >+<title>Compare matched records › Manage staged MARC records › Cataloging › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > ins { background-color: #e6ffe6; } >@@ -23,7 +23,7 @@ > <a href="/cgi-bin/koha/mainpage.pl">Home</a> > </li> > <li> >- <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> >+ <a href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cataloging</a> > </li> > <li> > <a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage staged MARC records</a> >-- >2.30.2
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 33016
:
146981
|
147091
|
147203