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

(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-4 / +3 lines)
Lines 958-967 Link Here
958
            <a>
958
            <a>
959
                <xsl:choose>
959
                <xsl:choose>
960
                    <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
960
                    <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
961
                        <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
961
                        <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:"<xsl:value-of select="marc:subfield[@code=9]"/>"</xsl:attribute>
962
                    </xsl:when>
962
                    </xsl:when>
963
                    <xsl:otherwise>
963
                    <xsl:otherwise>
964
                        <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute>
964
                        <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
965
                    </xsl:otherwise>
965
                    </xsl:otherwise>
966
                </xsl:choose>
966
                </xsl:choose>
967
                <xsl:choose>
967
                <xsl:choose>
Lines 983-989 Link Here
983
            </a>
983
            </a>
984
            <xsl:if test="marc:subfield[@code=9]">
984
            <xsl:if test="marc:subfield[@code=9]">
985
                <a class='authlink'>
985
                <a class='authlink'>
986
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
986
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid="<xsl:value-of select="marc:subfield[@code=9]"/>"</xsl:attribute>
987
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
987
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
988
                </a>
988
                </a>
989
            </xsl:if>
989
            </xsl:if>
990
- 

Return to bug 6553