@@ -, +, @@ detail and result lists --- .../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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt +++ a/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 %] --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/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: --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ a/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: --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/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: --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/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: --