From e55aa0f16fb53f8396fabe03d1b81a6ace411410 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 24 Jun 2016 16:08:23 +0100 Subject: [PATCH] Bug 7441 - Followup search results showing wrong branch [UNIMARC] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Demians Playing with OPACResultsLibrary syspref, biblio with items having different home/holding library are displayed properly. --- .../bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl | 58 +++++++++++++++------- 1 file changed, 41 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl index d72ad3f..3c97177 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl @@ -11,7 +11,8 @@ - + + @@ -25,6 +26,7 @@ select="marc:datafield[@tag=090]/marc:subfield[@code='a']"/> + @@ -146,31 +148,53 @@ - + [] ( - + ) . , - - - [] - - ( - - ) - - - . + + + + + [] + + ( + + ) + + + . + + + , + + + - , + + + [] + + ( + + ) + + + . + + + , + + + - @@ -182,13 +206,13 @@ Items available for reference: - + [] ( - + ) -- 2.9.2