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 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
80a1bf1eea
commit
bcec2166a4
1 changed files with 2 additions and 2 deletions
|
@ -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: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>
|
||||||
<xsl:when test="$TraceSubjectSubdivisions='1'">
|
<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="codes">avxyz</xsl:with-param>
|
||||||
<xsl:with-param name="delimeter"> AND </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>
|
<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: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:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</a>
|
|
||||||
<xsl:call-template name="subfieldSelect">
|
<xsl:call-template name="subfieldSelect">
|
||||||
<xsl:with-param name="codes">avxyz</xsl:with-param>
|
<xsl:with-param name="codes">avxyz</xsl:with-param>
|
||||||
<xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
|
<xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
|
||||||
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
|
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
|
</a>
|
||||||
<xsl:if test="position()!=last()"><span class="separator"> | </span></xsl:if>
|
<xsl:if test="position()!=last()"><span class="separator"> | </span></xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue