From 9e0b70e7dce54490cdaa5e440dfa764f730b656f Mon Sep 17 00:00:00 2001 From: Owen Leonard 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. Signed-off-by: Barbara Johnson Signed-off-by: Katrin Fischer (cherry picked from commit 660b4fc218c93001e66507f7ac0ac81b3cca0bb2) Signed-off-by: Fridolin Somers --- 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 63282f8f37..a8f51d3e19 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' %] -Bookings for [% INCLUDE 'biblio-title-head.inc' %] › Bookings › Circulation › Koha +[% FILTER collapse %] + [% t("Bookings") | html %] › + [% INCLUDE 'biblio-title-head.inc' %] › + [% t("Catalog") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] -- 2.39.2