From aed22a950076c66c65e6dc907653a0995dbd9078 Mon Sep 17 00:00:00 2001 From: Maxime Pelletier 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 addc7de..4bc9481 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