@@ -, +, @@ itemcallnumbers --- C4/XSLT.pm | 2 ++ .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 41 +++++++++++++++++----- 2 files changed, 35 insertions(+), 8 deletions(-) --- a/C4/XSLT.pm +++ a/C4/XSLT.pm @@ -173,9 +173,11 @@ sub get_xslt_sysprefs { TrackClicks opacthemes IdRef OpacSuppression OPACResultsLibrary OPACShowOpenURL OpenURLResolverURL OpenURLImageLocation + resultsMaxItems OpenURLText OPACShowMusicalInscripts OPACPlayMusicalInscripts / ) { my $sp = C4::Context->preference( $syspref ); + $sp ||= 1 if $syspref eq 'resultsMaxItems'; # needs default next unless defined($sp); $sysxml .= "$sp\n"; } --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -37,6 +37,7 @@ + @@ -1255,7 +1256,13 @@ Call number: - , .. + + + + , + + , .. + @@ -1275,10 +1282,16 @@ ) - + Call number: - , .. - + + + + , + + , .. + + . @@ -1295,10 +1308,16 @@ ) - + Call number: - , .. - + + + + , + + , .. + + . @@ -1335,7 +1354,13 @@ Call number: - , .. + + + + , + + , .. + . , --