@@ -, +, @@ for field 246 based on 2nd indicator. Overridden by subfield i. Applies to OPAC and staff details. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 13 +++++++++++++ .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 13 +++++++++++++ 2 files changed, 26 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -477,6 +477,19 @@ + + + [Portion of title] + [Parallel title] + [Distinctive title] + [Other title] + [Cover title] + [Added title page title] + [Caption title] + [Running title] + [Spine title] + + . | --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -517,6 +517,19 @@ + + + [Portion of title] + [Parallel title] + [Distinctive title] + [Other title] + [Cover title] + [Added title page title] + [Caption title] + [Running title] + [Spine title] + + . | --