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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 232-238 Link Here
232
                        </a>
232
                        </a>
233
                    </xsl:when>
233
                    </xsl:when>
234
                    <xsl:otherwise>
234
                    <xsl:otherwise>
235
                        <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=se,phr:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
235
                        <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=se,phr:"<xsl:value-of select="marc:subfield[@code='t']"/>"&amp;q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
236
                            <xsl:call-template name="chopPunctuation">
236
                            <xsl:call-template name="chopPunctuation">
237
                                <xsl:with-param name="chopString">
237
                                <xsl:with-param name="chopString">
238
                                    <xsl:call-template name="subfieldSelect">
238
                                    <xsl:call-template name="subfieldSelect">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 249-255 Link Here
249
                        </a>
249
                        </a>
250
                    </xsl:when>
250
                    </xsl:when>
251
                    <xsl:otherwise>
251
                    <xsl:otherwise>
252
                        <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
252
                        <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:value-of select="marc:subfield[@code='t']"/>"&amp;q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
253
                            <xsl:call-template name="chopPunctuation">
253
                            <xsl:call-template name="chopPunctuation">
254
                                <xsl:with-param name="chopString">
254
                                <xsl:with-param name="chopString">
255
                                    <xsl:call-template name="subfieldSelect">
255
                                    <xsl:call-template name="subfieldSelect">
256
- 

Return to bug 13692