From c51bccaadd2fcb78e131e6d44d5a604f116e4684 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Fri, 5 Feb 2016 08:44:54 -0600 Subject: [PATCH] Bug 14304: RDA: OPAC display link in XSLT for 264 field to reflect Zebra indexing Content-Type: text/plain; charset=utf-8 This patch add display link in XSLT for field 264/bug 14198 and reflect the Zebra index 'Provider' in detail page for OPAC screen. To test: follow previous test plan Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy --- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 6 ++- .../bootstrap/en/xslt/MARC21slimUtils.xsl | 40 +++++++++++++++++++- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 20833ce..d3473e0 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -339,7 +339,9 @@ - + + 1 + Publisher: @@ -354,7 +356,7 @@ - + b diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl index 9ceb9ed..596bddf 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -216,11 +216,13 @@ The preferred tag is saved in the fav variable and passed to a helper named-template --> + + @@ -228,6 +230,7 @@ + @@ -235,6 +238,7 @@ + @@ -254,9 +258,41 @@ Copyright date: - - abc + + + + a + + + + + + + + + + b + + + + + + + + b + + + + + + + + + c + + + -- 1.7.10.4