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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 842-848 Link Here
842
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
842
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
843
            </xsl:when>
843
            </xsl:when>
844
            <xsl:otherwise>
844
            <xsl:otherwise>
845
            <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=au:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute>
845
            <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
846
            </xsl:otherwise>
846
            </xsl:otherwise>
847
        </xsl:choose>
847
        </xsl:choose>
848
	<xsl:choose>
848
	<xsl:choose>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-4 / +3 lines)
Lines 137-143 Link Here
137
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
137
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
138
            </xsl:when>
138
            </xsl:when>
139
            <xsl:otherwise>
139
            <xsl:otherwise>
140
            <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute>
140
            <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
141
            </xsl:otherwise>
141
            </xsl:otherwise>
142
        </xsl:choose>
142
        </xsl:choose>
143
        <xsl:call-template name="nameABCDQ"/></a>
143
        <xsl:call-template name="nameABCDQ"/></a>
Lines 152-158 Link Here
152
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
152
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
153
            </xsl:when>
153
            </xsl:when>
154
            <xsl:otherwise>
154
            <xsl:otherwise>
155
            <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute>
155
            <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
156
            </xsl:otherwise>
156
            </xsl:otherwise>
157
        </xsl:choose>
157
        </xsl:choose>
158
        <xsl:call-template name="nameABCDN"/></a>
158
        <xsl:call-template name="nameABCDN"/></a>
Lines 174-180 Link Here
174
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
174
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
175
            </xsl:when>
175
            </xsl:when>
176
            <xsl:otherwise>
176
            <xsl:otherwise>
177
            <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute>
177
            <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
178
            </xsl:otherwise>
178
            </xsl:otherwise>
179
        </xsl:choose>
179
        </xsl:choose>
180
        <xsl:call-template name="nameACDEQ"/></a>
180
        <xsl:call-template name="nameACDEQ"/></a>
181
- 

Return to bug 6553