Delivered-To: ian.walls@bywatersolutions.com Received: by 10.14.37.140 with SMTP id y12cs146902eea; Tue, 17 Aug 2010 06:12:08 -0700 (PDT) Received: by 10.101.164.25 with SMTP id r25mr7445907ano.254.1282050728047; Tue, 17 Aug 2010 06:12:08 -0700 (PDT) Return-Path: Received: from dev.bywatersolutions.com (dev.bywatersolutions.com [174.143.239.187]) by mx.google.com with ESMTP id k3si7092925anc.158.2010.08.17.06.12.07; Tue, 17 Aug 2010 06:12:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of koha@dev.bywatersolutions.com designates 174.143.239.187 as permitted sender) client-ip=174.143.239.187; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of koha@dev.bywatersolutions.com designates 174.143.239.187 as permitted sender) smtp.mail=koha@dev.bywatersolutions.com Received: by dev.bywatersolutions.com (Postfix, from userid 1000) id 6680B30066; Tue, 17 Aug 2010 13:12:05 +0000 (UTC) From: Ian Walls To: koha-patches@dev.bywatersolutions.com Cc: Ian Walls Subject: [PATCH] fixes bug 4385 Date: Tue, 17 Aug 2010 09:12:05 -0400 Message-Id: <1282050725-19651-1-git-send-email-ian.walls@bywatersolutions.com> X-Mailer: git-send-email 1.5.6.5 Content-Type: text/plain; charset="utf-8" --- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 22 ++++++++++---------- 1 files 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 65e14e5..320c293 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')"/> - [] + [] ( ) -- 1.5.6.5