From 0f83daddd84e1a18a711474dba55afe7de59108b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 27 Sep 2010 05:57:16 +0200 Subject: [PATCH] Bug 4506: Traced series Add separate display of traced series. Use $w and index rcn for link if $w exists, else show text link. Signed-off-by: Colin Campbell --- .../en/xslt/MARC21slim2intranetDetail.xsl | 41 ++++++++++++++++++- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 38 ++++++++++++++++- 2 files changed, 76 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 10cfc36bf2..a92ea41af9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -183,8 +183,10 @@ + Series: + @@ -199,7 +201,8 @@ .; - + + @@ -212,9 +215,43 @@ .; - + + + + + + + + + + at + + + + + + + + + + + at + + + + + + + + : + + ; + + + + Volumes: diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 726134c318..40c86c7aec 100755 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -202,8 +202,10 @@ + Series: + @@ -218,7 +220,8 @@ .; - + + @@ -231,6 +234,39 @@ .; + + + + + + + + + + at + + + + + + + + + + + at + + + + + + + + : + + ; + + -- 2.20.1