Bugzilla – Attachment 98889 Details for
Bug 8595
Link to 'host item' confusing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8595: Rename 'host item' to 'host record'
Bug-8595-Rename-host-item-to-host-record.patch (text/plain), 1.92 KB, created by
Aleisha Amohia
on 2020-02-13 21:26:15 UTC
(
hide
)
Description:
Bug 8595: Rename 'host item' to 'host record'
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2020-02-13 21:26:15 UTC
Size:
1.92 KB
patch
obsolete
>From cc46863f3fd86c89f6562f50327fc3e85afe1798 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 13 Feb 2020 21:23:58 +0000 >Subject: [PATCH] Bug 8595: Rename 'host item' to 'host record' > >To test: > >1) Enable the syspref EasyAnalyticalRecords >2) Find a biblio record, go to the detail page >3) Click the Edit dropdown and notice the option "Link to host item" >4) Apply patch and refresh page >5) Click the Edit dropdown and confirm the renamed "Link to host record" >button > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 12b903d..e6259f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -57,7 +57,7 @@ CAN_user_serials_create_subscription ) %] > > [% IF ( CAN_user_editcatalogue_edit_items ) %]<li><a href="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber | uri %]">Attach item</a></li>[% END %] > >- [% IF ( EasyAnalyticalRecords ) %][% IF ( CAN_user_editcatalogue_edit_items ) %]<li><a href="/cgi-bin/koha/cataloguing/linkitem.pl?biblionumber=[% biblionumber | uri %]">Link to host item</a>[% END %][% END %] >+ [% IF ( EasyAnalyticalRecords ) %][% IF ( CAN_user_editcatalogue_edit_items ) %]<li><a href="/cgi-bin/koha/cataloguing/linkitem.pl?biblionumber=[% biblionumber | uri %]">Link to host record</a>[% END %][% END %] > [% IF ( LocalCoverImages || OPACLocalCoverImages) %][% IF ( CAN_user_tools_upload_local_cover_images ) %]<li><a href="/cgi-bin/koha/tools/upload-cover-image.pl?biblionumber=[% biblionumber | uri %]&filetype=image">Upload image</a>[% END %][% END %] > > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %] >-- >2.1.4
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 8595
:
98889
|
98941
|
99549
|
100321
|
100322
|
101102
|
101103