From 492d79a7df18efb294bd9bd9da5fa5b4efe1e592 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=utf8 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. Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- .../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 d72ad3fdc8..3c971773f0 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.20.1