Browse Source

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>
20.11.x
Owen Leonard 4 years ago
committed by Jonathan Druart
parent
commit
19f9bc0528
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt
  2. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt

@ -1,5 +1,5 @@
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Cataloging &rsquo; Link to host record</title>
<title>Koha &rsaquo; Cataloging &rsaquo; Link to host record</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>
<body id="catalog_linkitem" class="catalog">

2
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' %]
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections &rsaquo; Collection [% colTitle | html %] &rsquo; Add or remove items</title>
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections &rsaquo; Collection [% colTitle | html %] &rsaquo; Add or remove items</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>

Loading…
Cancel
Save