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 <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
272056791f
commit
660b4fc218
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue