From b35c3a04287bae7ed82926e21b26ca9c64115ab1 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Wed, 25 Mar 2015 10:00:45 -0400 Subject: [PATCH] Bug 13387 - Uniform titles (130 / 240 / 730) Display in XSLT Test Plan: 1) Apply this patch 2) Ensure you are using the default XSLT setting for the staff and opac search results and record details 3) Find or create a record with MARC tags 130/240/730 4) Perform an opac search that would show the record in the search results. 5) Click title to review record. 6) Fields show subfields a,b,c,k,n,p,s with multiple fields separated by span class=separator | 7) Repeat steps 4 - 6 for the staff interface --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 20 +++++--------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 32 +++++++++------------- 2 files changed, 20 insertions(+), 32 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 349dbea..af9a59d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -505,23 +505,17 @@ Uniform titles: - - + - + - + - - - - - - - - .; - + + | + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 11624c4..734c364 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -550,25 +550,19 @@ Uniform titles: - - - - - - - - - - - - - - - - - - .; - + + + + + + + + + + + | + + -- 1.9.5 (Apple Git-50.3)