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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +3 lines)
Lines 1100-1107 Link Here
1100
                            </a>
1100
                            </a>
1101
                        </xsl:when>
1101
                        </xsl:when>
1102
                        <xsl:otherwise>
1102
                        <xsl:otherwise>
1103
                            <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f773, '()', ''), true())"/></xsl:attribute>
1103
                            <a>
1104
                            <xsl:value-of select="$f773"/>
1104
                                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(marc:subfield[@code='t'], '()', ''), true())"/><xsl:if test="marc:subfield[@code='a']">+AND+au:<xsl:value-of select="str:encode-uri(translate(marc:subfield[@code='a'], '()', ''), true())"/></xsl:if></xsl:attribute>
1105
                                <xsl:value-of select="$f773"/>
1105
                            </a>
1106
                            </a>
1106
                        </xsl:otherwise>
1107
                        </xsl:otherwise>
1107
                    </xsl:choose>
1108
                    </xsl:choose>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +3 lines)
Lines 1190-1197 Link Here
1190
                            </a>
1190
                            </a>
1191
                        </xsl:when>
1191
                        </xsl:when>
1192
                        <xsl:otherwise>
1192
                        <xsl:otherwise>
1193
                            <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f773, '()', ''), true())"/></xsl:attribute>
1193
                            <a>
1194
                            <xsl:value-of select="$f773"/>
1194
                                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(marc:subfield[@code='t'], '()', ''), true())"/><xsl:if test="marc:subfield[@code='a']">+AND+au:<xsl:value-of select="str:encode-uri(translate(marc:subfield[@code='a'], '()', ''), true())"/></xsl:if></xsl:attribute>
1195
                                <xsl:value-of select="$f773"/>
1195
                            </a>
1196
                            </a>
1196
                        </xsl:otherwise>
1197
                        </xsl:otherwise>
1197
                    </xsl:choose>
1198
                    </xsl:choose>
1198
- 

Return to bug 20277