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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +2 lines)
Lines 754-760 Link Here
754
                    </a>
754
                    </a>
755
                </xsl:when>
755
                </xsl:when>
756
                <xsl:otherwise>
756
                <xsl:otherwise>
757
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
757
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
758
                        <xsl:value-of select="translate($f780, '()', '')"/>
758
                        <xsl:value-of select="translate($f780, '()', '')"/>
759
                    </a>
759
                    </a>
760
                </xsl:otherwise>
760
                </xsl:otherwise>
Lines 816-822 Link Here
816
                    </a>
816
                    </a>
817
                </xsl:when>
817
                </xsl:when>
818
                <xsl:otherwise>
818
                <xsl:otherwise>
819
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=<xsl:value-of select="translate($f785, '()', '')"/></xsl:attribute>
819
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate($f785, '()', '')"/></xsl:attribute>
820
                        <xsl:value-of select="translate($f785, '()', '')"/>
820
                        <xsl:value-of select="translate($f785, '()', '')"/>
821
                    </a>
821
                    </a>
822
                </xsl:otherwise>
822
                </xsl:otherwise>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +2 lines)
Lines 902-908 Link Here
902
                    </a>
902
                    </a>
903
                </xsl:when>
903
                </xsl:when>
904
                <xsl:otherwise>
904
                <xsl:otherwise>
905
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
905
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
906
                        <xsl:value-of select="translate($f780, '()', '')"/>
906
                        <xsl:value-of select="translate($f780, '()', '')"/>
907
                    </a>
907
                    </a>
908
                </xsl:otherwise>
908
                </xsl:otherwise>
Lines 965-971 Link Here
965
                    </a>
965
                    </a>
966
                </xsl:when>
966
                </xsl:when>
967
                <xsl:otherwise>
967
                <xsl:otherwise>
968
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:value-of select="translate($f785, '()', '')"/></xsl:attribute>
968
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="translate($f785, '()', '')"/></xsl:attribute>
969
                        <xsl:value-of select="translate($f785, '()', '')"/>
969
                        <xsl:value-of select="translate($f785, '()', '')"/>
970
                    </a>
970
                    </a>
971
                </xsl:otherwise>
971
                </xsl:otherwise>
972
- 

Return to bug 10793