From 1d4aa41faa601696e37d7334cf9511f541bc26dc Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 23 Apr 2014 13:34:45 +0200 Subject: [PATCH] Bug 8992: XSLT changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch add the same behavior as previous patches for the xslt view. Signed-off-by: valérie bertrand --- C4/XSLT.pm | 2 +- .../bootstrap/en/xslt/UNIMARCslimUtils.xsl | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletions(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index 1d09010..2269d79 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -206,7 +206,7 @@ sub XSLTParse4Display { UseControlNumber IntranetBiblioDefaultView BiblioDefaultView singleBranchMode OPACItemLocation DisplayIconsXSLT AlternateHoldingsField AlternateHoldingsSeparator - TrackClicks / ) + TrackClicks IdRef / ) { my $sp = C4::Context->preference( $syspref ); next unless defined($sp); diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl index fc4faa1..b4d307d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl @@ -316,6 +316,7 @@ + @@ -354,6 +355,20 @@ + + + + + + /cgi-bin/koha/opac-idref.pl?unimarc3= + + + IdRef + gb_page_center[600,500] + Idref + + + ; -- 1.7.2.5