Bugzilla – Attachment 2355 Details for
Bug 2704
440 Display Issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional change
0001-Another-fix-for-Bug-2704-440-Display-Issues.patch (text/plain), 2.17 KB, created by
Owen Leonard
on 2010-07-13 16:46:43 UTC
(
hide
)
Description:
Additional change
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2010-07-13 16:46:43 UTC
Size:
2.17 KB
patch
obsolete
>From 33c797d44f539890f69bb1dd46ad614c8808b35f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 13 Jul 2010 12:41:46 -0400 >Subject: [PATCH] Another fix for Bug 2704, 440 Display Issues > >Removing the check for 490 @ind1=0 since the >alternative 8xx tag will not display anyway >--- > .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- > .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 0067cef..47fd3be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -193,7 +193,7 @@ > <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> > >- <xsl:for-each select="marc:datafield[@tag=490][@ind1=0]"> >+ <xsl:for-each select="marc:datafield[@tag=490]"> > <a href="/cgi-bin/koha/catalogue/search.pl?q=se:{marc:subfield[@code='a']}"> > <xsl:call-template name="chopPunctuation"> > <xsl:with-param name="chopString"> >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >index 3572379..58f4298 100755 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >@@ -213,7 +213,7 @@ > <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> > >- <xsl:for-each select="marc:datafield[@tag=490][@ind1=0]"> >+ <xsl:for-each select="marc:datafield[@tag=490]"> > <a href="/cgi-bin/koha/opac-search.pl?q=se:{marc:subfield[@code='a']}"> > <xsl:call-template name="chopPunctuation"> > <xsl:with-param name="chopString"> >-- >1.7.0.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 2704
:
802
|
803
|
804
|
805
|
806
|
807
| 2355 |
2452