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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +1 lines)
Lines 326-332 Link Here
326
            <a>
326
            <a>
327
            <xsl:choose>
327
            <xsl:choose>
328
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
328
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
329
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=rcn:<xsl:value-of select="str:encode-uri(marc:controlfield[@tag=001], true())"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute>
329
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=rcn:<xsl:value-of select="str:encode-uri(marc:controlfield[@tag=001], true())"/>+AND+(bib-level:a+OR+bib-level:b)</xsl:attribute>
330
            </xsl:when>
330
            </xsl:when>
331
            <xsl:otherwise>
331
            <xsl:otherwise>
332
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Host-item:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute>
332
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Host-item:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute>
333
- 

Return to bug 26313