From a1359d8b8308e42a0f6bbede4c7c932875f6d037 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 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 Signed-off-by: Tomas Cohen Arazi --- .../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 05ecc42038..4818a91b6a 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 c51a47ac03..0978692283 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: -- 2.11.0