From fd038227468463003b2db7671f2d9a29b799905a Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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' Signed-off-by: Lucas Gass Signed-off-by: Jonathan Druart --- 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 13c5e8bfa63..00393e36cd2 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' %] -Compare matched records › Manage staged MARC records › Tools › Koha +Compare matched records › Manage staged MARC records › Cataloging › Koha [% INCLUDE 'doc-head-close.inc' %]