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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +2 lines)
Lines 1012-1023 Link Here
1012
            <xsl:choose>
1012
            <xsl:choose>
1013
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1013
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1014
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute>
1014
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute>
1015
                        <xsl:value-of select="translate($f780, '()', '')"/>
1015
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1016
                    </a>
1016
                    </a>
1017
                </xsl:when>
1017
                </xsl:when>
1018
                <xsl:otherwise>
1018
                <xsl:otherwise>
1019
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
1019
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
1020
                        <xsl:value-of select="translate($f780, '()', '')"/>
1020
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1021
                    </a>
1021
                    </a>
1022
                </xsl:otherwise>
1022
                </xsl:otherwise>
1023
            </xsl:choose>
1023
            </xsl:choose>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +2 lines)
Lines 1146-1157 Link Here
1146
            <xsl:choose>
1146
            <xsl:choose>
1147
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1147
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1148
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute>
1148
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute>
1149
                        <xsl:value-of select="translate($f780, '()', '')"/>
1149
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1150
                    </a>
1150
                    </a>
1151
                </xsl:when>
1151
                </xsl:when>
1152
                <xsl:otherwise>
1152
                <xsl:otherwise>
1153
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
1153
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
1154
                        <xsl:value-of select="translate($f780, '()', '')"/>
1154
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1155
                    </a>
1155
                    </a>
1156
                </xsl:otherwise>
1156
                </xsl:otherwise>
1157
            </xsl:choose>
1157
            </xsl:choose>
1158
- 

Return to bug 17853