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 1095-1106 Link Here
1095
            <xsl:choose>
1095
            <xsl:choose>
1096
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1096
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1097
                    <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>
1097
                    <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>
1098
                        <xsl:value-of select="translate($f785, '()', '')"/>
1098
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1099
                    </a>
1099
                    </a>
1100
                </xsl:when>
1100
                </xsl:when>
1101
                <xsl:otherwise>
1101
                <xsl:otherwise>
1102
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate($f785, '()', '')"/></xsl:attribute>
1102
                    <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate($f785, '()', '')"/></xsl:attribute>
1103
                        <xsl:value-of select="translate($f785, '()', '')"/>
1103
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1104
                    </a>
1104
                    </a>
1105
                </xsl:otherwise>
1105
                </xsl:otherwise>
1106
            </xsl:choose>
1106
            </xsl:choose>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +2 lines)
Lines 1210-1221 Link Here
1210
            <xsl:choose>
1210
            <xsl:choose>
1211
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1211
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1212
                    <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>
1212
                    <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>
1213
                        <xsl:value-of select="translate($f785, '()', '')"/>
1213
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1214
                    </a>
1214
                    </a>
1215
                </xsl:when>
1215
                </xsl:when>
1216
                <xsl:otherwise>
1216
                <xsl:otherwise>
1217
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="translate($f785, '()', '')"/></xsl:attribute>
1217
                    <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="translate($f785, '()', '')"/></xsl:attribute>
1218
                        <xsl:value-of select="translate($f785, '()', '')"/>
1218
                        <xsl:value-of select="marc:subfield[@code='a']"/>
1219
                    </a>
1219
                    </a>
1220
                </xsl:otherwise>
1220
                </xsl:otherwise>
1221
            </xsl:choose>
1221
            </xsl:choose>
1222
- 

Return to bug 17853