From eeb0a3ce13af64cbc29226207eb0a8f9cbea5535 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Tue, 9 Jun 2015 10:18:05 -0400 Subject: [PATCH] Bug 14054 - 246 XSLT Improvements Adds other title type based on ind2 value. ind2 overridden by $i value. Signed-off-by: Indranil Das Gupta (L2C2 Technologies) Signed-off-by: Jonathan Druart --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 42 +++++++++++++------ .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 48 ++++++++++++++-------- 2 files changed, 61 insertions(+), 29 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index c24a2d0..bda73df 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -517,20 +517,36 @@ - Other title: - - - - - iabhfgnp + Other title: + + + + + abhfgnp + + - - - - . | - - - + + + [Portion of title] + [Parallel title] + [Distinctive title] + [Other title] + [Cover title] + [Added title page title] + [Caption title] + [Running title] + [Spine title] + + + + + + + . | + + + Title translated: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index dcfc521..a35ef12 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -551,23 +551,39 @@ - - Other title: - - - - - - iabhfgnp - - - + + Other title: + + + + + + abhfgnp + + + + + + [Portion of title] + [Parallel title] + [Distinctive title] + [Other title] + [Cover title] + [Added title page title] + [Caption title] + [Running title] + [Spine title] + + + + + + + + . | + - - . | - - - + -- 2.1.4