View | Details | Raw Unified | Return to bug 5810
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 804-810 Link Here
804
        </xsl:choose>
804
        </xsl:choose>
805
        <a>
805
        <a>
806
        <xsl:choose>
806
        <xsl:choose>
807
            <xsl:when test="marc:subfield[@code=9]">
807
            <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
808
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
808
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
809
            </xsl:when>
809
            </xsl:when>
810
            <xsl:otherwise>
810
            <xsl:otherwise>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl (-2 / +1 lines)
Lines 127-133 Link Here
127
                                <xsl:value-of select="$str"/>
127
                                <xsl:value-of select="$str"/>
128
                            </a>
128
                            </a>
129
                        </xsl:when>
129
                        </xsl:when>
130
                       <xsl:when test="boolean($index) and boolean(marc:subfield[@code=9])">
130
                       <xsl:when test="boolean($index) and boolean(marc:subfield[@code=9]) and $UseAuthoritiesForTracings='1'">
131
                            <a>
131
                            <a>
132
                                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of  select="marc:subfield[@code=9]"/></xsl:attribute>
132
                                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of  select="marc:subfield[@code=9]"/></xsl:attribute>
133
                                  <xsl:value-of select="$str"/>
133
                                  <xsl:value-of select="$str"/>
134
- 

Return to bug 5810