From a8d28a2495c7d784ffcf7f7fddbf37f65a3c8e97 Mon Sep 17 00:00:00 2001 From: Joy Nelson Date: Fri, 22 Jun 2018 15:22:40 -0700 Subject: [PATCH] Bug 20986 Add 867 and 868 holdings display Add line breaks in the 866 Holdings display in the OPAC details and Staff details page. Add 867 and 868 textual holdings with line breaks in the OPAC and Staff details display. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 29 ++++++++++++++++++++-- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 28 +++++++++++++++++++-- 2 files changed, 53 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index b1dcc28..274a679 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -995,16 +995,41 @@ - Holdings note: + Holdings:
axz - ; + ;
+ + + Supplements:
+ + + axz + + ;
+
+
+
+ + + + Indexes:
+ + + axz + + ;
+
+
+
+ + Other editions: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 45119d4..14b4476 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1128,12 +1128,36 @@ - Holdings note: + Holdings:
az - ; + ;
+
+
+
+ + + + Supplements:
+ + + az + + ;
+
+
+
+ + + + Indexes:
+ + + az + + ;
-- 2.1.4