From 16f382e7ecb0a7d817da59c45dcd58655e3949ee 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 Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../en/xslt/MARC21slim2intranetDetail.xsl | 30 ++++++-------- .../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 4818a91b6a..1b3531ec42 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -558,25 +558,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 0978692283..8c128abe1b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -599,29 +599,23 @@ - - Uniform titles: - - - - - - - - - - - - - - - - - - .; - - - + + Uniform titles: + + + + + + + + + + + | + + + + -- 2.39.5