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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +2 lines)
Lines 165-170 Link Here
165
                        <xsl:with-param name="authorfield" select="marc:datafield[@tag=100 or @tag=110 or @tag=111 or @tag=700 or @tag=710 or @tag=711]"/>
165
                        <xsl:with-param name="authorfield" select="marc:datafield[@tag=100 or @tag=110 or @tag=111 or @tag=700 or @tag=710 or @tag=711]"/>
166
                        <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/>
166
                        <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/>
167
                        <xsl:with-param name="materialTypeLabel" select="$materialTypeLabel"/>
167
                        <xsl:with-param name="materialTypeLabel" select="$materialTypeLabel"/>
168
                        <xsl:with-param name="theme" select="$theme"/>
168
                    </xsl:call-template>
169
                    </xsl:call-template>
169
                </h5>
170
                </h5>
170
            </xsl:when>
171
            </xsl:when>
Lines 1007-1012 Link Here
1007
        <xsl:param name="authorfield" />
1008
        <xsl:param name="authorfield" />
1008
        <xsl:param name="UseAuthoritiesForTracings" />
1009
        <xsl:param name="UseAuthoritiesForTracings" />
1009
        <xsl:param name="materialTypeLabel" />
1010
        <xsl:param name="materialTypeLabel" />
1011
        <xsl:param name="theme" />
1010
        <xsl:for-each select="$authorfield">
1012
        <xsl:for-each select="$authorfield">
1011
            <xsl:choose><xsl:when test="position()!=1"><xsl:text>; </xsl:text></xsl:when></xsl:choose>
1013
            <xsl:choose><xsl:when test="position()!=1"><xsl:text>; </xsl:text></xsl:when></xsl:choose>
1012
            <xsl:choose>
1014
            <xsl:choose>
1013
- 

Return to bug 13174