From 7ea689b01f538cbbddbd5d30760aabb962d7131f Mon Sep 17 00:00:00 2001 From: genevieve Date: Fri, 11 Sep 2015 14:54:14 -0400 Subject: [PATCH] Bug 11881 - Small improvements for Items available for reference As said on comment #31, Items available for reference weren't displayed like Items avaible for loan. Now, they are, I wrapped them in CommasWithLinebreaks class and LabelCallNumber class --- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index 3b5e7f3..ac0d6d7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1154,14 +1154,16 @@ Items available for reference: - - - - [] - ( - - ) - . , + + + + + [Call number: ] + ( + + ) + . , + -- 1.7.9.5