From 9cd54360db09d28beb96837cfc6e0877d512f00e 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. Signed-off-by: Ed Veal https://bugs.koha-community.org/show_bug.cgi?id=10662 --- .../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 f5f3470..6f36419 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 9d405d0..1e96fb6 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