Bugzilla – Attachment 7896 Details for
Bug 7609
Improving links to find analytics and volumes when using UseControlnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7609: Improving links to find analytics and volumes when using UseControlnumber
Bug-7609-Improving-links-to-find-analytics-and-vol.patch (text/plain), 2.70 KB, created by
Katrin Fischer
on 2012-02-26 21:32:59 UTC
(
hide
)
Description:
Bug 7609: Improving links to find analytics and volumes when using UseControlnumber
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-02-26 21:32:59 UTC
Size:
2.70 KB
patch
obsolete
>From 7dadcd4d1f4afe105ec08680f78e7316c2d0dc1d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 26 Feb 2012 22:25:41 +0100 >Subject: [PATCH] Bug 7609: Improving links to find analytics and volumes when > using UseControlnumber > >To test: >- switch on UseControlnumber >- add a serial record with 001 > - ldr pos 19 = a or > - 008 (continuing resource), pos 21 = m >- add 2 analytics with with $w subfields containing the 001 of the serial > - one with ldr pos 7 = a > - one with ldr pos 7 = b >- add 1-2 monographical records linked to the serial > - 8xx $w subfield containing the 001 of the serial > - 490 > >The serial should show 2 links: >'Show volumes' should only bring up the monographical records. >'Show analytics' should only find the analytical records. > >Without the patch both links would find all linked records, no difference between both links. >--- > .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >index 13812f0..da62fcb 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >@@ -231,7 +231,7 @@ > <a> > <xsl:choose> > <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]"> >- <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/></xsl:attribute> >+ <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute> > </xsl:when> > <xsl:otherwise> > <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute> >@@ -248,7 +248,7 @@ > <a> > <xsl:choose> > <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]"> >- <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/></xsl:attribute> >+ <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute> > </xsl:when> > <xsl:otherwise> > <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute> >-- >1.7.5.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 7609
:
7896
|
7897
|
7952
|
8003