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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +2 lines)
Lines 1034-1045 Link Here
1034
                        <xsl:choose>
1034
                        <xsl:choose>
1035
                        <xsl:when test="@ind2=0">
1035
                        <xsl:when test="@ind2=0">
1036
                            <xsl:call-template name="subfieldSelectSpan">
1036
                            <xsl:call-template name="subfieldSelectSpan">
1037
                                <xsl:with-param name="codes">tru</xsl:with-param>
1037
                                <xsl:with-param name="codes">trug</xsl:with-param>
1038
                            </xsl:call-template>
1038
                            </xsl:call-template>
1039
                        </xsl:when>
1039
                        </xsl:when>
1040
                        <xsl:otherwise>
1040
                        <xsl:otherwise>
1041
                            <xsl:call-template name="subfieldSelectSpan">
1041
                            <xsl:call-template name="subfieldSelectSpan">
1042
                                <xsl:with-param name="codes">atru</xsl:with-param>
1042
                                <xsl:with-param name="codes">atrug</xsl:with-param>
1043
                            </xsl:call-template>
1043
                            </xsl:call-template>
1044
                        </xsl:otherwise>
1044
                        </xsl:otherwise>
1045
                        </xsl:choose>
1045
                        </xsl:choose>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +2 lines)
Lines 1118-1129 Link Here
1118
        <xsl:choose>
1118
        <xsl:choose>
1119
        <xsl:when test="@ind2=0">
1119
        <xsl:when test="@ind2=0">
1120
            <xsl:call-template name="subfieldSelectSpan">
1120
            <xsl:call-template name="subfieldSelectSpan">
1121
                <xsl:with-param name="codes">tru</xsl:with-param>
1121
                <xsl:with-param name="codes">trug</xsl:with-param>
1122
            </xsl:call-template>
1122
            </xsl:call-template>
1123
        </xsl:when>
1123
        </xsl:when>
1124
        <xsl:otherwise>
1124
        <xsl:otherwise>
1125
            <xsl:call-template name="subfieldSelectSpan">
1125
            <xsl:call-template name="subfieldSelectSpan">
1126
                <xsl:with-param name="codes">atru</xsl:with-param>
1126
                <xsl:with-param name="codes">atrug</xsl:with-param>
1127
            </xsl:call-template>
1127
            </xsl:call-template>
1128
        </xsl:otherwise>
1128
        </xsl:otherwise>
1129
        </xsl:choose>
1129
        </xsl:choose>
1130
- 

Return to bug 19616