From ff1709813896f6f50be12e3ae778e159f3e1ce6f Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Sun, 15 Mar 2015 21:45:40 -0400 Subject: [PATCH 3/3] Updated 336, 337 and 338 to display This patch fields 336, 337 and 338 to the full displays in the staff and OPAC views. Display has id=content_type so it can be easily suppressed. To test: * Search the opac for records with 336, 337 and or 338 * Click the title * Make sure the fields display properly * Repeat for a few more titles * Repeat in the Staff Client --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 57 +++++++++++---------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 59 +++++++++++----------- 2 files changed, 60 insertions(+), 56 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 9655875..00715a4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -391,37 +391,40 @@ - - Content Type: - - - a - - + + + + Content Type: + + + a + + + + + + + Media Type: + + + a + + + + + + + Carrier Type: + + + a + + + - - - Media Type: - - - a - - - - - - - Carrier Type: - - - a - - - - diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 281146d..6ce30d2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -430,35 +430,36 @@ - - Content Type: - - - a - - - - - - - - Media Type: - - - a - - - - - - - - Carrier Type: - - - a - - + + + + Content Type: + + + a + + + + + + + Media Type: + + + a + + + + + + + Carrier Type: + + + a + + + -- 1.9.5 (Apple Git-50.3)