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 1048-1059 Link Here
1048
                        <xsl:choose>
1048
                        <xsl:choose>
1049
                        <xsl:when test="@ind2=0">
1049
                        <xsl:when test="@ind2=0">
1050
                            <xsl:call-template name="subfieldSelectSpan">
1050
                            <xsl:call-template name="subfieldSelectSpan">
1051
                                <xsl:with-param name="codes">tru</xsl:with-param>
1051
                                <xsl:with-param name="codes">trug</xsl:with-param>
1052
                            </xsl:call-template>
1052
                            </xsl:call-template>
1053
                        </xsl:when>
1053
                        </xsl:when>
1054
                        <xsl:otherwise>
1054
                        <xsl:otherwise>
1055
                            <xsl:call-template name="subfieldSelectSpan">
1055
                            <xsl:call-template name="subfieldSelectSpan">
1056
                                <xsl:with-param name="codes">atru</xsl:with-param>
1056
                                <xsl:with-param name="codes">atrug</xsl:with-param>
1057
                            </xsl:call-template>
1057
                            </xsl:call-template>
1058
                        </xsl:otherwise>
1058
                        </xsl:otherwise>
1059
                        </xsl:choose>
1059
                        </xsl:choose>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +2 lines)
Lines 1132-1143 Link Here
1132
        <xsl:choose>
1132
        <xsl:choose>
1133
        <xsl:when test="@ind2=0">
1133
        <xsl:when test="@ind2=0">
1134
            <xsl:call-template name="subfieldSelectSpan">
1134
            <xsl:call-template name="subfieldSelectSpan">
1135
                <xsl:with-param name="codes">tru</xsl:with-param>
1135
                <xsl:with-param name="codes">trug</xsl:with-param>
1136
            </xsl:call-template>
1136
            </xsl:call-template>
1137
        </xsl:when>
1137
        </xsl:when>
1138
        <xsl:otherwise>
1138
        <xsl:otherwise>
1139
            <xsl:call-template name="subfieldSelectSpan">
1139
            <xsl:call-template name="subfieldSelectSpan">
1140
                <xsl:with-param name="codes">atru</xsl:with-param>
1140
                <xsl:with-param name="codes">atrug</xsl:with-param>
1141
            </xsl:call-template>
1141
            </xsl:call-template>
1142
        </xsl:otherwise>
1142
        </xsl:otherwise>
1143
        </xsl:choose>
1143
        </xsl:choose>
1144
- 

Return to bug 19616