From 8f5d4ca8376d14779b23841cb67dde14aacdc416 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Fri, 5 Feb 2016 08:44:54 -0600 Subject: [PATCH] [SIGNED OFF] Bug 14304: RDA: OPAC display link in XSLT for 264 field to reflect Zebra indexing 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 --- .../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 4cec982..d0e7a88 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -338,7 +338,9 @@ - + + 1 + Publisher: @@ -353,7 +355,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.9.1