From 5bec0e7aea875d0a19aafcc2d917c58497aa9b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick?= Date: Fri, 28 Feb 2014 16:49:36 -0500 Subject: [PATCH] Small improvements for the availability informations in the search results list on the OPAC. * Add linebreaks to each location * Add the text "Call Number:" before call numbers. --- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index 24ffa85..d8fdd90 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -1053,21 +1053,21 @@ - [] + [Call Number: ] ( ) - . , + .
- [] + [Call Number: ] ( ) - . , + .
-- 1.7.2.5