From 827e60e3d864461fe87877b7b0ccb7a4315818b4 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 (cherry picked from commit fb362dfd795080a6bcb547e5bc1d87d18bc7ffdf) Signed-off-by: Lucas Gass --- .../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 832e51863b..44d1447db2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1052,16 +1052,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 d29a941d12..138a24be80 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1189,12 +1189,36 @@ - Holdings note: + Holdings:
az - ; + ;
+
+
+
+ + + + Supplements:
+ + + az + + ;
+
+
+
+ + + + Indexes:
+ + + az + + ;
-- 2.39.2