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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (+6 lines)
Lines 771-776 Link Here
771
                    </xsl:otherwise>
771
                    </xsl:otherwise>
772
                    </xsl:choose>
772
                    </xsl:choose>
773
                </xsl:variable>
773
                </xsl:variable>
774
                <xsl:if test="@ind2=8 and marc:subfield[@code='i']">
775
                    <xsl:call-template name="subfieldSelect">
776
                        <xsl:with-param name="codes">i</xsl:with-param>
777
                    </xsl:call-template>
778
                    <xsl:text>: </xsl:text>
779
                </xsl:if>
774
                <xsl:choose>
780
                <xsl:choose>
775
                <xsl:when test="marc:subfield[@code='w']">
781
                <xsl:when test="marc:subfield[@code='w']">
776
                    <a>
782
                    <a>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +6 lines)
Lines 823-828 Link Here
823
                    </xsl:otherwise>
823
                    </xsl:otherwise>
824
                    </xsl:choose>
824
                    </xsl:choose>
825
                </xsl:variable>
825
                </xsl:variable>
826
                <xsl:if test="@ind2=8 and marc:subfield[@code='i']">
827
                    <xsl:call-template name="subfieldSelect">
828
                        <xsl:with-param name="codes">i</xsl:with-param>
829
                    </xsl:call-template>
830
                    <xsl:text>: </xsl:text>
831
                </xsl:if>
826
                <xsl:choose>
832
                <xsl:choose>
827
                <xsl:when test="marc:subfield[@code='w']">
833
                <xsl:when test="marc:subfield[@code='w']">
828
                    <a>
834
                    <a>
829
- 

Return to bug 15140