From 57be79c470260ef5e75fa017d28d0ab5696ea31b Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Thu, 25 Jun 2015 10:35:47 -0400 Subject: [PATCH] Bug 13600 - XSLT: 8xx not showing if there is no 4xx Removes dependency on 490 ind1 for 8xx display. 8xx will always display. Adds span class="separator" | between multiple series, changes : before $v to a conditional ; Adds patch to staff details interface. Test Plan: 1) Apply this patch 2) Ensure you are using the default XSLT setting for the staff and opac details view. 3) Find or create a record with MARC tags 800, 810, 830 4) Check display of 8xx tags, should always display if present in the record. 6) Repeat test for the staff interface --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 18 ++-- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 103 +++++++++++---------- 2 files changed, 61 insertions(+), 60 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..a3c9ef2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -176,7 +176,7 @@ - + Series: @@ -190,7 +190,7 @@ - . ; + . | @@ -205,10 +205,9 @@ - .; + . | - - + @@ -235,11 +234,12 @@ - : - - ; + + ; + + + | - diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 695c39f..5ce292a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -198,73 +198,74 @@ - - - Series: - - - /cgi-bin/koha/opac-search.pl?q=se,phr:"" - - - - av - - - - - - . ; - - - - - /cgi-bin/koha/opac-search.pl?q=se,phr:"" - - - - av - - - - - - .; - - - - - - - + + + Series: + + + /cgi-bin/koha/opac-search.pl?q=se,phr:"" - a_t + av - - + + . | + + + + /cgi-bin/koha/opac-search.pl?q=se,phr:"" - a_t + av - - - : - - ; - - - - + . | + + + + + + + + + + + a_t + + + + + + + /cgi-bin/koha/opac-search.pl?q=se,phr:"" + + + + a_t + + + + + + + + + ; + + + | + + + -- 2.3.2 (Apple Git-55)