From 77a2a680d401224a13463d99f7ab24db1b7c2950 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Mon, 9 Mar 2015 11:58:37 -0400 Subject: [PATCH] Bug 13385: Add field 508 to XSLT (OPAC and staff) Content-Type: text/plain; charset=utf-8 This patch adds field 508 to the XSLT display in the staff and OPAC view. Display includes subfield a. To test: * Search the opac * Click the title * Make sure the fields display properly * Repeat for a few more titles * Repeat in the Staff Client Signed-off-by: Nick Clemens Signed-off-by: Marcel de Rooy Adjusted commit message. Only subfield a is relevant here. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 12 ++++++++++++ .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 12 ++++++++++++ 2 files changed, 24 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..3473741 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -647,6 +647,18 @@ + + +
+ Production Credits: + + + a + + +
+
+ diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 11624c4..f919439 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -761,6 +761,18 @@ + + +
+ Production Credits: + + + a + + +
+
+ -- 1.7.10.4