Bugzilla – Attachment 141995 Details for
Bug 31556
Correct breadcrumb for Cataloging module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31556: Update breadcrumb for Import
Bug-31556-Update-breadcrumb-for-Import.patch (text/plain), 2.44 KB, created by
Martin Renvoize (ashimema)
on 2022-10-17 15:31:21 UTC
(
hide
)
Description:
Bug 31556: Update breadcrumb for Import
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-17 15:31:21 UTC
Size:
2.44 KB
patch
obsolete
>From ce4325b0baf229238d2767b5bb6d481b3929214d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 17 Oct 2022 16:27:02 +0100 >Subject: [PATCH] Bug 31556: Update breadcrumb for Import > >--- > .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 4 ++-- > 2 files changed, 4 insertions(+), 4 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 cd9c63f17b..620974c2ef 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 >@@ -6,7 +6,7 @@ > <title> > [% IF ( import_batch_id ) %] > Batch [% import_batch_id | html %] › [% END %] >- Manage staged MARC records › Tools › Koha >+ Manage staged MARC records › Cataloging › Koha > </title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/humanmsg.css") | $raw %] >@@ -29,7 +29,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/cataloging/cataloging-home.pl">Cataloging</a> > </li> > [% IF ( import_batch_id ) %] > <li> >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 ac974bfdde..07e1df1733 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 >@@ -2,7 +2,7 @@ > [% USE Asset %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Stage MARC records for import › Tools › Koha</title> >+<title>Stage MARC records for import › Cataloging › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > #fileuploadstatus,#fileuploadfailed,#fileuploadcancel,#jobpanel,#jobstatus,#jobfailed { display : none; } >@@ -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> > > [% IF ( uploadmarc ) %] >-- >2.20.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 31556
: 141995 |
141996
|
141997