X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FXSLT.pm;h=28a70fc4154689ac4e40b2d83853bb16606a78ae;hb=499c694daf408571cc8370b4c20568336ba35cde;hp=2d1faccadd66600a644163c5a974509ac85ccd6c;hpb=4669a10776ff958a3b2d51963b7c4ec90ec02f09;p=koha_fer diff --git a/C4/XSLT.pm b/C4/XSLT.pm old mode 100644 new mode 100755 index 2d1faccadd..28a70fc415 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -1,6 +1,8 @@ package C4::XSLT; # Copyright (C) 2006 LibLime # +# Parts Copyright Katrin Fischer 2011 +# Parts Copyright ByWater Solutions 2011 # # This file is part of Koha. # @@ -131,7 +133,10 @@ sub XSLTParse4Display { foreach my $syspref ( qw/ hidelostitems OPACURLOpenInNewWindow DisplayOPACiconsXSLT URLLinkText viewISBD OPACBaseURL TraceCompleteSubfields - UseAuthoritiesForTracings / ) + UseAuthoritiesForTracings TraceSubjectSubdivisions + Display856uAsImage OPACDisplay856uAsImage + UseControlNumber + AlternateHoldingsField AlternateHoldingsSeparator / ) { my $sp = C4::Context->preference( $syspref ); next unless defined($sp);