From 57c587923753de22f88aea0c6411409b4177f57f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 11 Apr 2020 14:09:27 +0000 Subject: [PATCH] Bug 15727: Add MARC21 385 - Audience to detail pages This add 385$m$a to the staff and intranet detail pages. To test: - Catalog different variations of 385 and verify the display in the OPAC and staff client is ok Examples can be found in the LOC MARC21 documentation: http://www.loc.gov/marc/bibliographic/bd385.html Signed-off-by: Stina Hallin Signed-off-by: Jonathan Druart --- .../en/xslt/MARC21slim2intranetDetail.xsl | 27 ++++++++++++++++++ .../en/xslt/MARC21slim2OPACDetail.xsl | 28 ++++++++++++++++++- 2 files changed, 54 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index ee3871701c..cd3a060472 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -515,6 +515,33 @@ + + + + Audience: + + + + + + m + + + + : + + + + + a + , + + + + | + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index c92bbbe2ce..21709f34d1 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -546,7 +546,33 @@ - + + + + Audience: + + + + + + m + + + + : + + + + + a + , + + + + | + + + ISBN: -- 2.20.1