From ed86b90b3b0ddc1a47d0f71e942618d17877c6ee Mon Sep 17 00:00:00 2001 From: Karen Jen Date: Thu, 19 Jan 2017 02:33:19 +0000 Subject: [PATCH] Bug 17938 - XSLT: if 583 is repeated, the label will appear multiple times Test plan 1) Edit a record 2) Repeat the Action note tag to add another Action note 3) Save record and confirm that the Action note label appears multiple times. 4) Apply patch and refresh page 5) All Action notes should now be on one line and separated by "|" --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 31 ++++++++-------------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 28 +++++++------------ 2 files changed, 21 insertions(+), 38 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 162c148..387366a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -848,27 +848,18 @@ + + +
+ Action note: + + + a + + | +
+
- - - - - - 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 c62d004..48d230a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -923,25 +923,17 @@ - - - - - Action note: - - - - - - - abcdefgijklnou - - - - + +
+ Action note: + + + a + + | + +
-
-
-- 2.1.4