From 1c79496a2a8d9196e345bfc7ae70d2377afbc327 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 This patch add the same behavior as previous patches for the xslt view. --- C4/XSLT.pm | 2 +- .../opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index d85b048..0f68179 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -207,7 +207,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.10.4