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

Return to bug 13692