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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (+1 lines)
Lines 705-710 Link Here
705
            <xsl:for-each select="marc:datafield[@tag=082]">
705
            <xsl:for-each select="marc:datafield[@tag=082]">
706
                <xsl:call-template name="subfieldSelect">
706
                <xsl:call-template name="subfieldSelect">
707
                    <xsl:with-param name="codes">a</xsl:with-param>
707
                    <xsl:with-param name="codes">a</xsl:with-param>
708
                    <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param>
708
                </xsl:call-template>
709
                </xsl:call-template>
709
                <xsl:choose>
710
                <xsl:choose>
710
                    <xsl:when test="position()=last()"><xsl:text>  </xsl:text></xsl:when>
711
                    <xsl:when test="position()=last()"><xsl:text>  </xsl:text></xsl:when>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +1 lines)
Lines 760-765 Link Here
760
            <xsl:for-each select="marc:datafield[@tag=082]">
760
            <xsl:for-each select="marc:datafield[@tag=082]">
761
                <xsl:call-template name="subfieldSelect">
761
                <xsl:call-template name="subfieldSelect">
762
                    <xsl:with-param name="codes">a</xsl:with-param>
762
                    <xsl:with-param name="codes">a</xsl:with-param>
763
                    <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param>
763
                </xsl:call-template>
764
                </xsl:call-template>
764
                <xsl:choose>
765
                <xsl:choose>
765
                    <xsl:when test="position()=last()"><xsl:text>  </xsl:text></xsl:when>
766
                    <xsl:when test="position()=last()"><xsl:text>  </xsl:text></xsl:when>
766
- 

Return to bug 14094