From 9fb69c1e0d695ce13b760e7f5ea117ab58f8c436 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia 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 Signed-off-by: Bernardo Gonzalez Kriegel Change makes sense, no errors. --- 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 12b903d039..e6259f991c 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 ) %]
  • Attach item
  • [% END %] - [% IF ( EasyAnalyticalRecords ) %][% IF ( CAN_user_editcatalogue_edit_items ) %]
  • Link to host item[% END %][% END %] + [% IF ( EasyAnalyticalRecords ) %][% IF ( CAN_user_editcatalogue_edit_items ) %]
  • Link to host record[% END %][% END %] [% IF ( LocalCoverImages || OPACLocalCoverImages) %][% IF ( CAN_user_tools_upload_local_cover_images ) %]
  • Upload image[% END %][% END %] [% IF ( CAN_user_editcatalogue_edit_catalogue ) %] -- 2.17.1