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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl (-1 / +1 lines)
Lines 194-200 Link Here
194
            <a>
194
            <a>
195
            <xsl:choose>
195
            <xsl:choose>
196
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
196
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
197
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute>
197
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b+or+bib-level:p)</xsl:attribute>
198
            </xsl:when>
198
            </xsl:when>
199
            <xsl:otherwise>
199
            <xsl:otherwise>
200
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute>
200
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl (-1 / +1 lines)
Lines 399-405 Link Here
399
            <a>
399
            <a>
400
            <xsl:choose>
400
            <xsl:choose>
401
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
401
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
402
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute>
402
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b+or+bib-level:p)</xsl:attribute>
403
            </xsl:when>
403
            </xsl:when>
404
            <xsl:otherwise>
404
            <xsl:otherwise>
405
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute>
405
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl (-1 / +1 lines)
Lines 230-236 Link Here
230
            <a>
230
            <a>
231
            <xsl:choose>
231
            <xsl:choose>
232
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
232
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
233
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute>
233
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b+or+bib-level:p)</xsl:attribute>
234
            </xsl:when>
234
            </xsl:when>
235
            <xsl:otherwise>
235
            <xsl:otherwise>
236
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute>
236
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACResults.xsl (-2 / +1 lines)
Lines 391-397 Link Here
391
            <a>
391
            <a>
392
            <xsl:choose>
392
            <xsl:choose>
393
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
393
            <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
394
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute>
394
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b+or+bib-level:p)</xsl:attribute>
395
            </xsl:when>
395
            </xsl:when>
396
            <xsl:otherwise>
396
            <xsl:otherwise>
397
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute>
397
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute>
398
- 

Return to bug 13916