Bugzilla – Attachment 13715 Details for
Bug 9158
Correcting whitespace around display of series 440 marc fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
correcting whitespace in display of series (440) marc field
0001-bug-9158-correcting-whitespace-in-series-440-display.patch (text/plain), 2.42 KB, created by
Chris Hall
on 2012-11-27 23:50:58 UTC
(
hide
)
Description:
correcting whitespace in display of series (440) marc field
Filename:
MIME Type:
Creator:
Chris Hall
Created:
2012-11-27 23:50:58 UTC
Size:
2.42 KB
patch
obsolete
>From 01cd22e2d40b55de4226a3c942e18dcc788e85e9 Mon Sep 17 00:00:00 2001 >From: Chris Hall <chrish@catalyst.net.nz> >Date: Wed, 28 Nov 2012 12:41:28 +1300 >Subject: [PATCH] bug 9158 correcting whitespace in series (440) display > >--- > .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +++--- > .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 6 +++--- > 2 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index ea36118..360af89 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -174,9 +174,9 @@ > </xsl:call-template> > </xsl:with-param> > </xsl:call-template> >- </a> >- <xsl:text> </xsl:text><xsl:call-template name="part"/> >- <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> >+ </a> >+ <xsl:call-template name="part"/> >+ <xsl:choose><xsl:when test="position()=last()"><xsl:text>. </xsl:text></xsl:when><xsl:otherwise><xsl:text> ; </xsl:text></xsl:otherwise></xsl:choose> > </xsl:for-each> > > <!-- 490 Series not traced, Ind1 = 0 --> >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >index 64afc0b..c53cc0a 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >@@ -181,9 +181,9 @@ > </xsl:call-template> > </xsl:with-param> > </xsl:call-template> >- </a> >- <xsl:text> </xsl:text><xsl:call-template name="part"/> >- <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> >+ </a> >+ <xsl:call-template name="part"/> >+ <xsl:choose><xsl:when test="position()=last()"><xsl:text>. </xsl:text></xsl:when><xsl:otherwise><xsl:text> ; </xsl:text></xsl:otherwise></xsl:choose> > </xsl:for-each> > > <!-- 490 Series not traced, Ind1 = 0 --> >-- >1.7.4.1 >
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 9158
:
13715
|
13919
|
13920
|
14224