From 28c05c9f11c1a900016863d8838f8c271cc47db1 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Wed, 25 Mar 2015 10:07:49 -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 700,710,711 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 7) Repeat steps 4 - 6 for the staff interface --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 36 ++++++++++++++++++++++ .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 35 +++++++++++++++++++++ 2 files changed, 71 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 349dbea..00715a4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -390,6 +390,42 @@ + + + + + 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 11624c4..6ce30d2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -429,6 +429,41 @@ + + + + + Content Type: + + + a + + + + + + + Media Type: + + + a + + + + + + + Carrier Type: + + + a + + + + + + + ISBN: -- 1.9.5 (Apple Git-50.3)