Bugzilla – Attachment 43728 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]
Bug 15047 - Genre/Form-655 URL not clickable in opac-detail.pl, with XSLT enabled
Bug-15047---GenreForm-655-URL-not-clickable-in-opa.patch (text/plain), 1.96 KB, created by
Mason James
on 2015-10-22 03:02:11 UTC
(
hide
)
Description:
Bug 15047 - Genre/Form-655 URL not clickable in opac-detail.pl, with XSLT enabled
Filename:
MIME Type:
Creator:
Mason James
Created:
2015-10-22 03:02:11 UTC
Size:
1.96 KB
patch
obsolete
>From 46b1b286695f9495eb9717a5f6ddc79079a0dfc0 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Thu, 15 Oct 2015 15:17:01 +1300 >Subject: [PATCH] Bug 15047 - Genre/Form-655 URL not clickable in > opac-detail.pl, with XSLT enabled >Content-Type: text/plain; charset="utf-8" > >to test... > >1/ create a 655$a subfield in a bib, with some general info - save bib > >2/ view bib in opac-detail.pl - confim genre/form is displayed, but non-clickable :/ > >3/ apply patch > >4/ confim genre/form is displayed, and *is* clickable :0) >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 4 +++- > 1 file changed, 3 insertions(+), 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 a92ef6a..c9a38c1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -797,13 +797,15 @@ > <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> > <xsl:if test="position()!=last()"><span class="separator"> | </span></xsl:if> >+ >+ </a> > </xsl:for-each> > </span> > </xsl:if> >-- >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