From 83c685235c972ad6781023ab141cf06d79374962 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Tue, 28 Apr 2015 22:11:57 -0400 Subject: [PATCH] Bug 13734: RDA: Display 33xs Content-Type: text/plain; charset=utf-8 Test Plan: 1) Apply this patch 2) Ensure you are using the default XSLT setting for the staff and opac search results and record details 3) Find or create a record with MARC tags 336,337,338 4) Perform an opac search that would show the record in the search results. 5) Click title to review record. 6) Adds fields 336, 337 and 338 to staff and opac details. Adds comma between multiple subfields and | with class='separator' between multiple datafields (e.g. two 336 fields) 7) Repeat steps 4 - 6 for the staff interface Signed-off-by: Bernardo Gonzalez Kriegel Works, no errors Signed-off-by: Marcel de Rooy --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 41 +++++++++++++++++++ .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 43 ++++++++++++++++++++ 2 files changed, 84 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 73a2126..5d33597 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -402,6 +402,47 @@ + + + + + Content Type: + + + a + , + + | + + + + + + Media Type: + + + a + , + + | + + + + + + Carrier Type: + + + a + , + + | + + + + + + ISBN: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 695c39f..5e90e8b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -436,6 +436,49 @@ + + + + + + Content Type: + + + a + , + + | + + + + + + Media Type: + + + a + , + + | + + + + + + Carrier Type: + + + a + , + + | + + + + + + + ISBN: -- 1.7.10.4