From cf1b40520cba559d5640040f0819026476a1e23b 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. --- .../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 d077e35..378dafa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -476,20 +476,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 8b7d559..e4a19d2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -508,23 +508,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.3.2 (Apple Git-55)