From 03781cbd9ccc4960fb2d1405bff0b41d928aebcd Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 17 Apr 2013 16:27:34 +0200 Subject: [PATCH] 9995 Followup for Availability Content-Type: text/plain; charset=utf-8 Replacing erroneous code trying to mix information from two levels (item level and branch level) by simpler numbers per status. The callnumber information should follow on the Location line. Fixing this in a second followup. --- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 71 +++++--------------- 1 files changed, 17 insertions(+), 54 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index cdeb672..83a0e15 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -1027,10 +1027,10 @@ + Availability: - - + @@ -1044,61 +1044,23 @@ No copies available - - + + - Copies available for loan: - - - - - [] - ( - - ) - . , - - - - - - [] - ( - - ) - . , - - - - - - - - - - + Copies available for loan: + ( + + ). + + + - Copies available for reference: - - - - [] - ( - - ) - . , - + Copies available for reference: + ( + + ). - - - - - -
-
-
- +
Checked out ( @@ -1143,6 +1105,7 @@ ). + -- 1.7.7.6