From 73f9c79e4f81d62aae7b67172a954c05bdab8778 Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Tue, 10 Aug 2010 08:47:59 +0200 Subject: [PATCH] fixes bug 4385 Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton --- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index 88f9ccace0..aaa702aa89 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -893,11 +893,9 @@ - - - Availability: - - + + + Online Access: @@ -942,13 +940,15 @@ - + | - - - + + + + Availability: + No copies available @@ -958,7 +958,7 @@ select="key('item-by-status', 'available')"/> - [] + [] ( ) @@ -976,7 +976,7 @@ select="key('item-by-status', 'reference')"/> - [] + [] ( ) -- 2.39.2