From f9eed86f7bf9eda16293ee1a283278ecaa295357 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 29 Jul 2020 12:21:29 +0000 Subject: [PATCH] Bug 25762: Typo in linkitem.tt This patch corrects the same typo in two different templates: ’ -> › If you want to test beyond examining the patch, apply the patch and go to Tools -> Rotating collections. - Add an item to a rotating collection. - In the browser's title bar (or the tab title if the title bar isn't shown) the separator between the rotating collection name and "Add or remove items" should be ">" instead of "`" - Enable the EasyAnalyticalRecords system preference. - View the detail page for a bibliographic record. - From the "Edit" menu, choose "Link to host record" - Check the title bar as you did previously. Signed-off-by: Sally Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart (cherry picked from commit 19f9bc0528ec0f5cdf000b5120138652b3ece57c) Signed-off-by: Lucas Gass (cherry picked from commit a8a7d8667edbe6d8b9ab19c33a6cd4ce1a8ca4f6) Signed-off-by: Aleisha Amohia (cherry picked from commit 22809514f581dde652f2ab96dad1dc7cdfb5d1ac) Signed-off-by: Victor Grousset/tuxayo --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt | 2 +- .../prog/en/modules/rotating_collections/addItems.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt index 84200afb45..2a7939af69 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Cataloging ’ Link to host record +Koha › Cataloging › Link to host record [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt index bc11009ddc..a5dc90d43c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt @@ -2,7 +2,7 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Rotating collections › Collection [% colTitle | html %] ’ Add or remove items +Koha › Tools › Rotating collections › Collection [% colTitle | html %] › Add or remove items [% INCLUDE 'doc-head-close.inc' %] -- 2.20.1