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 1033-1044 Link Here
1033
            <xsl:choose>
1033
            <xsl:choose>
1034
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1034
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1035
                    <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>
1035
                    <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>
1036
                        <xsl:value-of select="translate($f780, '()', '')"/>
1036
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1037
                    </a>
1037
                    </a>
1038
                </xsl:when>
1038
                </xsl:when>
1039
                <xsl:otherwise>
1039
                <xsl:otherwise>
1040
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
1040
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
1041
                        <xsl:value-of select="translate($f780, '()', '')"/>
1041
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1042
                    </a>
1042
                    </a>
1043
                </xsl:otherwise>
1043
                </xsl:otherwise>
1044
            </xsl:choose>
1044
            </xsl:choose>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +2 lines)
Lines 1147-1158 Link Here
1147
            <xsl:choose>
1147
            <xsl:choose>
1148
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1148
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1149
                    <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
                    <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>
1150
                        <xsl:value-of select="translate($f780, '()', '')"/>
1150
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1151
                    </a>
1151
                    </a>
1152
                </xsl:when>
1152
                </xsl:when>
1153
                <xsl:otherwise>
1153
                <xsl:otherwise>
1154
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
1154
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
1155
                        <xsl:value-of select="translate($f780, '()', '')"/>
1155
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1156
                    </a>
1156
                    </a>
1157
                </xsl:otherwise>
1157
                </xsl:otherwise>
1158
            </xsl:choose>
1158
            </xsl:choose>
1159
- 

Return to bug 17853