Bugzilla – Attachment 149694 Details for
Bug 33532
Catalog concerns - Title of the page says Tools instead of Cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33532: Fix HTML page title for cataloging concerns page
Bug-33532-Fix-HTML-page-title-for-cataloging-conce.patch (text/plain), 1.64 KB, created by
Lucas Gass (lukeg)
on 2023-04-14 15:18:56 UTC
(
hide
)
Description:
Bug 33532: Fix HTML page title for cataloging concerns page
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-04-14 15:18:56 UTC
Size:
1.64 KB
patch
obsolete
>From b38a0612a582d1ed4f9b5718abe96e5aae0da513 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >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 <david@davidnind.com> >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../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' %] >-<title> >- Catalog concerns › Tools › Koha >-</title> >+<title>Catalog concerns › Cataloging › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >-- >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 33532
:
149622
|
149681
| 149694