From 9677da430eac045b8adf8e8e68743fa0be266c4a Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Tue, 28 Apr 2015 21:41:52 -0400 Subject: [PATCH] [SIGNED OFF]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 --- .../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 d077e35..86b5d76 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 8b7d559..5763f6d 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.9.1