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

(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 577-583 Link Here
577
            <xsl:when test="@ind1=1">
577
            <xsl:when test="@ind1=1">
578
                <span class="label">Incomplete contents:</span>
578
                <span class="label">Incomplete contents:</span>
579
            </xsl:when>
579
            </xsl:when>
580
            <xsl:when test="@ind1=1">
580
            <xsl:when test="@ind1=2">
581
                <span class="label">Partial contents:</span>
581
                <span class="label">Partial contents:</span>
582
            </xsl:when>
582
            </xsl:when>
583
            <xsl:otherwise>
583
            <xsl:otherwise>
584
- 

Return to bug 6617