Bugzilla – Attachment 149681 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.58 KB, created by
Caroline Cyr La Rose
on 2023-04-14 13:52:30 UTC
(
hide
)
Description:
Bug 33532: Fix HTML page title for cataloging concerns page
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-04-14 13:52:30 UTC
Size:
1.58 KB
patch
obsolete
>From b90c32ac5189d03d5a46a8265ad70c53456956c2 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> >--- > .../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.34.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 33532
:
149622
|
149681
|
149694