From 83257d897997d2115288a3015a200ee26d571a3e 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 Content-Type: text/plain; charset=utf-8 This patch add the same behavior as previous patches for the xslt view. Signed-off-by: valerie bertrand Signed-off-by: Marcel de Rooy --- 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 a255b33..ea9c7f5 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -206,7 +206,7 @@ sub XSLTParse4Display { UseControlNumber IntranetBiblioDefaultView BiblioDefaultView singleBranchMode OPACItemLocation DisplayIconsXSLT AlternateHoldingsField AlternateHoldingsSeparator - TrackClicks opacthemes / ) + TrackClicks opacthemes 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 f48ff64..97206aa 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl @@ -335,6 +335,7 @@ + @@ -373,6 +374,20 @@ + + + + + + /cgi-bin/koha/opac-idref.pl?unimarc3= + + + IdRef + gb_page_center[600,500] + Idref + + + ; -- 1.7.7.6