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 576-582 Link Here
576
            <xsl:when test="@ind1=1">
576
            <xsl:when test="@ind1=1">
577
                <span class="label">Incomplete contents:</span>
577
                <span class="label">Incomplete contents:</span>
578
            </xsl:when>
578
            </xsl:when>
579
            <xsl:when test="@ind1=1">
579
            <xsl:when test="@ind1=2">
580
                <span class="label">Partial contents:</span>
580
                <span class="label">Partial contents:</span>
581
            </xsl:when>
581
            </xsl:when>
582
            <xsl:otherwise>
582
            <xsl:otherwise>
583
- 

Return to bug 6617