Bugzilla – Attachment 3433 Details for
Bug 5954
490$a not placed in link to search serials when XSLT defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug5954.patch (text/plain), 2.85 KB, created by
Nicole C. Engard
on 2011-03-25 21:02:49 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-03-25 21:02:49 UTC
Size:
2.85 KB
patch
obsolete
>From: ruth@bywatersolutions.com >To: dev@bywatersolutions.com >Cc: D Ruth Bavousett <ruth@bywatersolutions.com> >Subject: [PATCH] Bug 5954: 490$a not used to create search link in XSLT >Date: Fri, 25 Mar 2011 12:37:41 -0400 >Message-Id: <1301071061-1735-1-git-send-email-ruth@bywatersolutions.com> >X-Mailer: git-send-email 1.7.2.3 >X-Original-Sender: ruth@bywatersolutions.com >X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: > 209.85.220.170 is neither permitted nor denied by best guess record for > domain of ruth@bywatersolutions.com) smtp.mail=ruth@bywatersolutions.com >Precedence: list >Mailing-list: list dev@bywatersolutions.com; contact dev+owners@bywatersolutions.com >List-ID: <dev.bywatersolutions.com> >X-Google-Group-Id: 274270250429 >List-Help: <http://www.google.com/support/a/bywatersolutions.com/bin/static.py?hl=en_US&page=groups.cs>, > <mailto:dev+help@bywatersolutions.com> > >This bug corrects a minor XSLT bug that is causing 490$t (which is not defined) to create >search links when XSLT is enabled >--- > .../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 3072ce0..28da9c2 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 @@ > </a> > </xsl:when> > <xsl:otherwise> >- <a href="/cgi-bin/koha/catalogue/search.pl?q=se:{marc:subfield[@code='t']}"> >+ <a href="/cgi-bin/koha/catalogue/search.pl?q=se:{marc:subfield[@code='a']}"> > <xsl:call-template name="chopPunctuation"> > <xsl:with-param name="chopString"> > <xsl:call-template name="subfieldSelect"> >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >index 38cc6a8..71494cd 100755 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >@@ -251,7 +251,7 @@ > </a> > </xsl:when> > <xsl:otherwise> >- <a href="/cgi-bin/koha/opac-search.pl?q=se:{marc:subfield[@code='t']}"> >+ <a href="/cgi-bin/koha/opac-search.pl?q=se:{marc:subfield[@code='a']}"> > <xsl:call-template name="chopPunctuation"> > <xsl:with-param name="chopString"> > <xsl:call-template name="subfieldSelect"> >-- >1.7.2.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 5954
: 3433