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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-4 / +6 lines)
Lines 176-181 Link Here
176
            <!-- #13382 suppress 700$i and 7xx/@ind2=2 -->
176
            <!-- #13382 suppress 700$i and 7xx/@ind2=2 -->
177
            <xsl:with-param name="authorfield" select="marc:datafield[(@tag=700 or @tag=710 or @tag=711) and not(@ind2=2) and not(marc:subfield[@code='i'])]"/>
177
            <xsl:with-param name="authorfield" select="marc:datafield[(@tag=700 or @tag=710 or @tag=711) and not(@ind2=2) and not(marc:subfield[@code='i'])]"/>
178
            <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/>
178
            <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/>
179
            <xsl:with-param name="materialTypeLabel" select="$materialTypeLabel"/>
180
            <xsl:with-param name="theme" select="$theme"/>
179
        </xsl:call-template>
181
        </xsl:call-template>
180
182
181
   <xsl:if test="$DisplayOPACiconsXSLT!='0'">
183
   <xsl:if test="$DisplayOPACiconsXSLT!='0'">
Lines 1287-1296 Link Here
1287
                    </xsl:element>
1289
                    </xsl:element>
1288
                </a>
1290
                </a>
1289
            </xsl:if>
1291
            </xsl:if>
1292
                <xsl:choose>
1293
                    <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise>
1294
                </xsl:choose>
1290
        </xsl:for-each>
1295
        </xsl:for-each>
1291
            <xsl:choose>
1296
1292
                <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise>
1293
            </xsl:choose>
1294
        </h5>
1297
        </h5>
1295
        </xsl:if>
1298
        </xsl:if>
1296
    </xsl:template>
1299
    </xsl:template>
1297
- 

Return to bug 14359