Bugzilla – Attachment 44977 Details for
Bug 15047
Genre/Form-655 URL not clickable in opac-detail.pl, with XSLT enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 15047: 655 URL not clickable in opac-detail.
SIGNED-OFFBug-15047-655-URL-not-clickable-in-opac-.patch (text/plain), 2.97 KB, created by
Héctor Eduardo Castro Avalos
on 2015-11-19 03:26:24 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15047: 655 URL not clickable in opac-detail.
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-11-19 03:26:24 UTC
Size:
2.97 KB
patch
obsolete
>From 5a808f6a3dbeebf5fedef5985335b376bd80b323 Mon Sep 17 00:00:00 2001 >From: Winona Salesky <wsalesky@gmail.com> >Date: Thu, 22 Oct 2015 09:22:47 -0400 >Subject: [PATCH] [SIGNED-OFF]Bug 15047: 655 URL not clickable in opac-detail. > >Test Plan: > >1) Apply this patch >2) Ensure you are using the default XSLT setting for the staff and opac record details >3) Find or create a record with MARC tags 655 >4) Perform an opac search and select records with 655 field, select record and review details page. >5) Check that 655 field is clickable. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as advertised. 655 field clickable >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 6a92a4e..68a6235 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -779,7 +779,7 @@ > <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> > </xsl:when> > <xsl:when test="$TraceSubjectSubdivisions='1'"> >- <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:call-template name="subfieldSelect"> >+ <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:call-template name="subfieldSelectSubject"> > <xsl:with-param name="codes">avxyz</xsl:with-param> > <xsl:with-param name="delimeter"> AND </xsl:with-param> > <xsl:with-param name="prefix">(su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/></xsl:with-param> >@@ -791,12 +791,12 @@ > <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/><xsl:value-of select="marc:subfield[@code='a']"/><xsl:value-of select="$TracingQuotesRight"/></xsl:attribute> > </xsl:otherwise> > </xsl:choose> >- </a> > <xsl:call-template name="subfieldSelect"> > <xsl:with-param name="codes">avxyz</xsl:with-param> > <xsl:with-param name="subdivCodes">vxyz</xsl:with-param> > <xsl:with-param name="subdivDelimiter">-- </xsl:with-param> > </xsl:call-template> >+ </a> > <xsl:if test="position()!=last()"><span class="separator"> | </span></xsl:if> > </xsl:for-each> > </span> >-- >2.1.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 15047
:
43726
|
43728
|
43729
|
43767
|
44977
|
44984