From 4677556982755c484f179f3c1c20effbb8ef038c 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 --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 27 +++++++++++++++++++++ .../bootstrap/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 23944c557a..66c258b5f3 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 ca5ee81dd7..781b6a1aa1 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.11.0