From c183466b575b8f29be061f794bdb16b85cce0840 Mon Sep 17 00:00:00 2001 From: David Nind Date: Thu, 13 Apr 2023 18:40:23 +0000 Subject: [PATCH] Bug 33532: Fix HTML page title for cataloging concerns page The HTML title of the Catalog concerns management page (which appears in the browser tab) says Catalog concerns > Tools > Koha. But the page is under Cataloging, not Tools. Test plan: 1. Enable the CatalogConcerns system preference. 2. Go to Cataloging > Catalog concerns: => The title of the page in the browser tab says Catalog concerns > Tools > Koha 3. Apply the patch. 4. Refresh the catalog concerns page. 5. The title of the page in the browser tab should now say Catalog concerns > Cataloging > Koha 6. Sign off 8-) Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/modules/cataloguing/concerns.tt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt index 21231d6a93..b6a7aef4c5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt @@ -3,9 +3,7 @@ [% SET footerjs = 1 %] [% USE TablesSettings %] [% INCLUDE 'doc-head-open.inc' %] - - Catalog concerns › Tools › Koha - +Catalog concerns › Cataloging › Koha [% INCLUDE 'doc-head-close.inc' %] -- 2.30.2