From 9a9553c8bb910894b6efaab0bd4724d70fe940a8 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Mon, 4 Jan 2016 09:33:00 -0500 Subject: [PATCH] Bug 15444 - MARC21: Repeated 508 not correctly formatted (missing separator) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds a separator for multiple 508 fields to the XSLT display in the staff and OPAC detail view. Separator is wrapped in span with class=‘separator’ for easy manipulation via css. To test: * Search the OPAC * Click the title with multiple 508 fields * Make sure the fields display properly * Repeat for a few more titles * Repeat in the Staff Client --- koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 1 + koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 1 + 2 files changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index a2f7a0c..556f44f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -847,6 +847,7 @@ a + | diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 68a6235..f9690d8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -947,6 +947,7 @@ a + | -- 2.5.4 (Apple Git-61)