From b51665d4fe1ee57516ff12e7f2de05d5fc87ae4c Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Tue, 28 Apr 2015 21:41:52 -0400 Subject: [PATCH] [PASSED QA] 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 --- .../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 73a2126..7cc5f9d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -517,25 +517,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 695c39f..91e94ac 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -556,29 +556,23 @@ - - Uniform titles: - - - - - - - - - - - - - - - - - - .; - - - + + Uniform titles: + + + + + + + + + + + | + + + + -- 1.7.2.5