From 0c45af43efa4fddeb474c6cfc114b9b1b07b2d0e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 26 Oct 2020 23:12:11 +0000 Subject: [PATCH] Bug 16696: Rename 'Publisher' to 'Publication details' on detail and result lists To test: 1) Do a catalog search in staff client 2) Confirm 'Publisher' says 'Publication details' for each result in search 3) Click on a record to go to the detail page 4) Confirm 'Publisher' says 'Publication details' 5) Click the Items tab on the left 6) Confirm 'Publisher' says 'Publication details' 7) Do a search in the OPAC 8) Confirm 'Publisher' says 'Published' for each result in search 9) Click on a record to go to the detail page and switch to the items tab 10) Confirm 'Publisher' says 'Publication details' on top of the page Signed-off-by: David Nind Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 4 ++-- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl | 4 ++-- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 4 ++-- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt index 1bd086487ce..9c7a1357b83 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt @@ -40,7 +40,7 @@ [% IF ( rentalcharge_daily ) %]
  • Daily rental charge:[% rentalcharge_daily | $Price %] 
  • [% END %] [% IF ( rentalcharge_hourly ) %]
  • Hourly rental charge:[% rentalcharge_hourly | $Price %] 
  • [% END %]
  • ISBN: [% isbn | html %] 
  • -
  • Publisher:[% place | html %] [% publishercode | html %] [% publicationyear | html %] 
  • +
  • Publication details:[% place | html %] [% publishercode | html %] [% publicationyear | html %] 
  • [% IF ( volumeddesc ) %]
  • Volume: [% volumeddesc | html %]
  • [% END %]
  • Physical details: [% pages | html %] [% illus | html %] [% size | html %] 
  • [% IF ( bnotes ) %]
  • Notes: [% bnotes | html %]
  • [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index bd75f364d5a..7dd2fedd742 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -276,7 +276,7 @@ 260 abcg results_summary publisher - Publisher: + Publication details: @@ -288,7 +288,7 @@ - Publisher: + Publication details: diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index d263de1ea1a..c906d3a1f6c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -836,7 +836,7 @@ 260 abcg results_summary publisher - Publisher: + Publication details: @@ -852,7 +852,7 @@ - Publisher: + Publication details: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index eed5bf7b562..8f50ad5fa6d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -297,7 +297,7 @@ 260 abcg results_summary publisher - Publisher: + Publication details: @@ -309,7 +309,7 @@ - Publisher: + Publication details: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index 78aa3619181..1d0d4733e85 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1041,7 +1041,7 @@ 260 abcg results_summary publisher - Publisher: + Publication details: @@ -1051,7 +1051,7 @@ - Publisher: + Publication details: -- 2.29.1