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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +2 lines)
Lines 1115-1121 Link Here
1115
                </xsl:if>
1115
                </xsl:if>
1116
                <xsl:choose>
1116
                <xsl:choose>
1117
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1117
                <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1118
                    <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>
1118
                    <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>
1119
                        <xsl:value-of select="$f787"/>
1119
                        <xsl:value-of select="$f787"/>
1120
                    </a>
1120
                    </a>
1121
                </xsl:when>
1121
                </xsl:when>
Lines 1137-1143 Link Here
1137
                        </xsl:if>
1137
                        </xsl:if>
1138
                    </xsl:variable>
1138
                    </xsl:variable>
1139
                    <a>
1139
                    <a>
1140
                    <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=<xsl:value-of select="str:encode-uri($relation_query, true())" />
1140
                    <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:value-of select="str:encode-uri($relation_query, true())" />
1141
                    </xsl:attribute>
1141
                    </xsl:attribute>
1142
                        <xsl:value-of select="$f787"/>
1142
                        <xsl:value-of select="$f787"/>
1143
                    </a>
1143
                    </a>
1144
- 

Return to bug 8948