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 <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
a7c85ad163
commit
19f9bc0528
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Cataloging ’ Link to host record</title>
|
||||
<title>Koha › Cataloging › Link to host record</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
</head>
|
||||
<body id="catalog_linkitem" class="catalog">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
[% USE Asset %]
|
||||
[% SET footerjs = 1 %]
|
||||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Tools › Rotating collections › Collection [% colTitle | html %] ’ Add or remove items</title>
|
||||
<title>Koha › Tools › Rotating collections › Collection [% colTitle | html %] › Add or remove items</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue