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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 193-199 Link Here
193
                        </a>
193
                        </a>
194
                    </xsl:when>
194
                    </xsl:when>
195
                    <xsl:otherwise>
195
                    <xsl:otherwise>
196
                        <a href="/cgi-bin/koha/catalogue/search.pl?q=se:{marc:subfield[@code='t']}">
196
                        <a href="/cgi-bin/koha/catalogue/search.pl?q=se:{marc:subfield[@code='a']}">
197
                            <xsl:call-template name="chopPunctuation">
197
                            <xsl:call-template name="chopPunctuation">
198
                                <xsl:with-param name="chopString">
198
                                <xsl:with-param name="chopString">
199
                                    <xsl:call-template name="subfieldSelect">
199
                                    <xsl:call-template name="subfieldSelect">
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 251-257 Link Here
251
                        </a>
251
                        </a>
252
                    </xsl:when>
252
                    </xsl:when>
253
                    <xsl:otherwise>
253
                    <xsl:otherwise>
254
                        <a href="/cgi-bin/koha/opac-search.pl?q=se:{marc:subfield[@code='t']}">
254
                        <a href="/cgi-bin/koha/opac-search.pl?q=se:{marc:subfield[@code='a']}">
255
                            <xsl:call-template name="chopPunctuation">
255
                            <xsl:call-template name="chopPunctuation">
256
                                <xsl:with-param name="chopString">
256
                                <xsl:with-param name="chopString">
257
                                    <xsl:call-template name="subfieldSelect">
257
                                    <xsl:call-template name="subfieldSelect">
258
- 

Return to bug 5954