@@ -, +, @@ - 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt +++ a/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' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt +++ a/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' %] --