@@ -, +, @@ itemcallnumbers --- C4/XSLT.pm | 2 + .../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 @@ -39,6 +39,7 @@ + @@ -1282,7 +1283,13 @@ Call number: - , .. + + + + , + + , .. + @@ -1302,10 +1309,16 @@ ) - + Call number: - , .. - + + + + , + + , .. + + . @@ -1322,10 +1335,16 @@ ) - + Call number: - , .. - + + + + , + + , .. + + . @@ -1362,7 +1381,13 @@ Call number: - , .. + + + + , + + , .. + . , --