Bugzilla – Attachment 159310 Details for
Bug 35419
Update page title for bookings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35419: Update page title for bookings
Bug-35419-Update-page-title-for-bookings.patch (text/plain), 1.66 KB, created by
Owen Leonard
on 2023-11-28 17:54:02 UTC
(
hide
)
Description:
Bug 35419: Update page title for bookings
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-11-28 17:54:02 UTC
Size:
1.66 KB
patch
obsolete
>From 0b982623cb19ca681038206c702035b0244c5bcc Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 28 Nov 2023 17:40:54 +0000 >Subject: [PATCH] Bug 35419: Update page title for bookings > >This patch updates the structure of the Bookings list page so that the >title can be better translated. > >To test, apply the patch and locate a bibliographic record in the >staff interface catalog. > >- View the detail page. >- If you don't see a "Place booking" button in the toolbar, > click "Items" in the sidebar menu. > - Locate the "Priority" heading, and change the "Bookable" setting to > "Yes." >- Click the "Bookings" menu item in the left-hand sidebar. >- Check that the page title looks correct and consistent with > breadcrumbs. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt >index 6e0cb5e4f4..73dd6eb528 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt >@@ -1,9 +1,15 @@ > [% USE raw %] > [% USE Asset %] > [% USE KohaDates %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Bookings for [% INCLUDE 'biblio-title-head.inc' %] › Bookings › Circulation › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Bookings") | html %] › >+ [% INCLUDE 'biblio-title-head.inc' %] › >+ [% t("Catalog") | html %] › >+ [% t("Koha") | html %] >+[% END %]</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 35419
:
159310
|
159455
|
159962