From 9e2c9c5a3cecb69d3e429668d014c3a96a8faecc 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. --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt | 2 +- .../intranet-tmpl/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 a26423560a..80ce64be7e 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 33c81bc423..644f2fbc0c 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.11.0