Bugzilla – Attachment 46830 Details for
Bug 15436
MARC21: Use semicolon between series name and volume information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15436 Use semicolon between series name and volumne information
Bug-15436-Use-semicolon-between-series-name-and-vo.patch (text/plain), 1.30 KB, created by
Gus Ellerm
on 2016-01-18 22:39:54 UTC
(
hide
)
Description:
Bug 15436 Use semicolon between series name and volumne information
Filename:
MIME Type:
Creator:
Gus Ellerm
Created:
2016-01-18 22:39:54 UTC
Size:
1.30 KB
patch
obsolete
>From 11e0a1edf3d7ffbc490d1c21db722d950e4ce624 Mon Sep 17 00:00:00 2001 >From: Gus <gel1163@stacmail.net> >Date: Mon, 18 Jan 2016 22:31:26 +0000 >Subject: [PATCH] Bug 15436 Use semicolon between series name and volumne > information > >To Test: >Add 490 and 830 for series and volume >View page >Should be ; (Semicolon) between series name and volume information, this replaced the : that was used. >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 68a6235..8bb008d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -260,7 +260,7 @@ > <xsl:call-template name="part"/> > </xsl:otherwise> > </xsl:choose> >- <xsl:text>: </xsl:text> >+ <xsl:text>; </xsl:text> > <xsl:value-of select="marc:subfield[@code='v']" /> > <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> >-- >1.7.10.4
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 15436
:
46830
|
46837
|
48695
|
48696
|
110304
|
110438
|
110439
|
110480
|
110481
|
111356
|
111357