Bugzilla – Attachment 4894 Details for
Bug 6260
Missing space in availability information of OPAC XSLT results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6260-Missing-space-in-availability-infor.patch (text/plain), 1.18 KB, created by
Owen Leonard
on 2011-08-08 17:03:38 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-08-08 17:03:38 UTC
Size:
1.18 KB
patch
obsolete
>From bc56a3d9e1efabd39129c674e678528d1ec49a2c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 8 Aug 2011 12:58:51 -0400 >Subject: [PATCH] Fix for Bug 6260 - Missing space in availability information of OPAC XSLT results >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/xslt/MARC21slim2OPACResults.xsl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >index 97d83e2..3076af5 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >@@ -979,7 +979,7 @@ > </xsl:for-each> > (<xsl:value-of select="$AlternateHoldingsCount"/>) > </xsl:when> >- <xsl:otherwise>No copies available</xsl:otherwise> >+ <xsl:otherwise>No copies available </xsl:otherwise> > </xsl:choose> > </xsl:when> > <xsl:when test="count(key('item-by-status', 'available'))>0"> >-- >1.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6260
:
3997
| 4894