From 9b12b03cce12f23fe8b5e4962c35fb9d4cd986f9 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Mon, 9 Mar 2015 11:58:37 -0400 Subject: [PATCH] [SIGNED OFF] Added field 508 bug #13385 This patch adds field 508 to the XSLT display in the staff and OPAC view. Display includes subfields a,b,c,h,k,n,p,s Subfield c is wrapped in a span class=title_resp_stmt for easy suppression via css. Subfield h is wrapped in a --- .../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