From 87fbb6685afd4499b270a8aeb0aa29cc07869be8 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 26 Mar 2020 22:30:52 +0000 Subject: [PATCH] Bug 17938: Fix display of label for repeated MARC 583 - Action note fields When there are mulitple 583 on a record, the label "Action note" will be repeated for each. This fixes it, so that the label only appears once and multiple fields are separated by | following the existing pattern. Also makes sure there is a space between $z and other subfields. Note: Ind. 1 = private - These won't display in the OPAC Ind. 1 = 0 or empty - These will display in the OPAC Staff will display all 583 independent from indicator. To test: - Add one or more records with none, one and muliple 583, at least one including $z For examples see: http://www.loc.gov/marc/bibliographic/bd583.html - Verify display problems - Apply patch - Verify display is improved - one label and $z is followed by a space https://bugs.koha-community.org/show_bug.cgi?id=17938 Signed-off-by: David Nind --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 37 +++++++++++----------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 29 ++++++++--------- 2 files changed, 32 insertions(+), 34 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index d44322d6ff..6691eaae14 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1010,25 +1010,24 @@ - - - - - Action note: - - - - - - - abcdefgijklnou - - - - - - - + + + Action note: + + + + + + + + abcdefgijklnou + + + + | + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 0ade99700c..ca5ee81dd7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1082,24 +1082,23 @@ - - - + Action note: - - - - - - - abcdefgijklnou - - - + + + + + + + + abcdefgijklnou + + + + | + - - -- 2.11.0