From feef0d326eb37aa1c884f2b322a841e426ade266 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Tue, 28 Apr 2015 21:41:52 -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 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,d,f,g,h,k,l,m,n,o,p,r,s,t with multiple fields separated by span class=separator | 7) Repeat steps 4 - 6 for the staff interface --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 30 +++++++--------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 40 +++++++++------------- 2 files changed, 29 insertions(+), 41 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 913a285..1816edc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -508,25 +508,19 @@ - Uniform titles: - - - - - - - + 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 1c0e766..3a1e473 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -553,29 +553,23 @@ - - Uniform titles: - - - - - - - - - - - - - - - - - - .; - - - + + Uniform titles: + + + + + + + + + + + | + + + + Subject(s): -- 2.3.2 (Apple Git-55)