@@ -, +, @@ - On the OPAC search results page, each result with items should show information in this format: - "Availability: Items available for loan: {library} [Call number: {call number} ] With the OpacItemLocation preference set to 'collection code,' - "Availability: Items available for loan: {library} Collection(s): {collection description} [{ call number }]" With the OpacItemLocation preference set to 'location,' - "Availability: Items available for loan: {library} Location(s): {shelving location} [{ call number }]" --- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 132 +++++++++++++++------ 1 file changed, 97 insertions(+), 35 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1384,41 +1384,103 @@ ). - - - - Location(s): - - - - - - - - - - - . , - - - - - - - - - - - - - . , - - - - - - - + + + + + Location(s): + + + + + + + + [] + + + + . + + + , + + + + + + + + + + + + [] + + + + . + + + , + + + + + + + + + + + + + + Collection(s): + + + + + + + + [] + + + + . + + + , + + + + + + + + + + + + [] + + + + . + + + , + + + + + + + + + + --