Bugzilla – Attachment 107634 Details for
Bug 25762
Typo in linkitem.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25762: Typo in linkitem.tt
Bug-25762-Typo-in-linkitemtt.patch (text/plain), 2.42 KB, created by
ByWater Sandboxes
on 2020-07-31 10:47:43 UTC
(
hide
)
Description:
Bug 25762: Typo in linkitem.tt
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-07-31 10:47:43 UTC
Size:
2.42 KB
patch
obsolete
>From 2e2c5d3fa410d5b138e6305721d43ecb4b64ce81 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <sally.healey@cheshiresharedservices.gov.uk> >--- > 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' %] >-<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"> >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' %] >-<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> > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25762
:
107493
|
107634
|
107654