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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +2 lines)
Lines 741-746 Link Here
741
            <span class="label">Separated from:</span>
741
            <span class="label">Separated from:</span>
742
        </xsl:when>
742
        </xsl:when>
743
        </xsl:choose>
743
        </xsl:choose>
744
        <xsl:text> </xsl:text>
744
                <xsl:variable name="f780">
745
                <xsl:variable name="f780">
745
                    <xsl:call-template name="subfieldSelect">
746
                    <xsl:call-template name="subfieldSelect">
746
                        <xsl:with-param name="codes">at</xsl:with-param>
747
                        <xsl:with-param name="codes">at</xsl:with-param>
Lines 800-807 Link Here
800
        <xsl:when test="@ind2=8">
801
        <xsl:when test="@ind2=8">
801
            <span class="label">Changed back to:</span>
802
            <span class="label">Changed back to:</span>
802
        </xsl:when>
803
        </xsl:when>
803
804
        </xsl:choose>
804
        </xsl:choose>
805
        <xsl:text> </xsl:text>
805
                   <xsl:variable name="f785">
806
                   <xsl:variable name="f785">
806
                    <xsl:call-template name="subfieldSelect">
807
                    <xsl:call-template name="subfieldSelect">
807
                        <xsl:with-param name="codes">at</xsl:with-param>
808
                        <xsl:with-param name="codes">at</xsl:with-param>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +2 lines)
Lines 847-852 Link Here
847
            <span class="label">Separated from:</span>
847
            <span class="label">Separated from:</span>
848
        </xsl:when>
848
        </xsl:when>
849
        </xsl:choose>
849
        </xsl:choose>
850
        <xsl:text> </xsl:text>
850
                <xsl:variable name="f780">
851
                <xsl:variable name="f780">
851
                    <xsl:call-template name="subfieldSelect">
852
                    <xsl:call-template name="subfieldSelect">
852
                        <xsl:with-param name="codes">a_t</xsl:with-param>
853
                        <xsl:with-param name="codes">a_t</xsl:with-param>
Lines 907-914 Link Here
907
        <xsl:when test="@ind2=8">
908
        <xsl:when test="@ind2=8">
908
            <span class="label">Changed back to:</span>
909
            <span class="label">Changed back to:</span>
909
        </xsl:when>
910
        </xsl:when>
910
911
        </xsl:choose>
911
        </xsl:choose>
912
        <xsl:text> </xsl:text>
912
                   <xsl:variable name="f785">
913
                   <xsl:variable name="f785">
913
                    <xsl:call-template name="subfieldSelect">
914
                    <xsl:call-template name="subfieldSelect">
914
                        <xsl:with-param name="codes">a_t</xsl:with-param>
915
                        <xsl:with-param name="codes">a_t</xsl:with-param>
915
- 

Return to bug 10284