From bfcf849caabf186a10f20b76a8f6b808c50d30aa Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Thu, 25 Jun 2015 10:21:01 -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 | 104 ++++++++++----------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 4 +- 2 files changed, 54 insertions(+), 54 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..7d586cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -176,26 +176,26 @@ - - Series: - - - /cgi-bin/koha/catalogue/search.pl?q=se,phr:"" - + + Series: + + + /cgi-bin/koha/opac-search.pl?q=se,phr:"" + av - - - . ; - - - - - /cgi-bin/koha/catalogue/search.pl?q=se,phr:"" + + + . | + + + + + /cgi-bin/koha/opac-search.pl?q=se,phr:"" @@ -203,45 +203,45 @@ - + - .; - - - - - - - - - - - a_t - - - - - - - /cgi-bin/koha/catalogue/search.pl?q=se,phr:"" - - - - a_t - - - - - - - - : - - ; - - - - + . | + + + + + + + + + + + a_t + + + + + + + /cgi-bin/koha/opac-search.pl?q=se,phr:"" + + + + a_t + + + + + + + + + ; + + + | + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 9e5efcd..7e544c1 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -213,7 +213,7 @@ - . ; + . | @@ -228,7 +228,7 @@ - .; + . | -- 2.3.2 (Apple Git-55)