From 93ab66fce1f46d22843c27ea19e063314ec31534 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Tue, 16 Jun 2015 21:59:54 -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 ; 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 --- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 103 +++++++++++---------- 1 file changed, 52 insertions(+), 51 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 8b7d559..9e5efcd 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)