From fb362dfd795080a6bcb547e5bc1d87d18bc7ffdf 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 Signed-off-by: Katrin Fischer Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize (cherry picked from commit c23276324c4da519130f35cb7c471402965b3e1b) Signed-off-by: Fridolin Somers --- .../en/xslt/MARC21slim2intranetDetail.xsl | 29 +++++++++++++++++-- .../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 a4d97a08b5..54f7124d6f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1065,16 +1065,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 1b523e05dc..741e4609fa 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1201,12 +1201,36 @@ - Holdings note: + Holdings:
az - ; + ;
+
+
+
+ + + + Supplements:
+ + + az + + ;
+
+
+
+ + + + Indexes:
+ + + az + + ;
-- 2.39.2