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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +1 lines)
Lines 1478-1484 Link Here
1478
                <xsl:choose>
1478
                <xsl:choose>
1479
                    <xsl:when test="position()&gt;1"/>
1479
                    <xsl:when test="position()&gt;1"/>
1480
                    <!-- #13383 -->
1480
                    <!-- #13383 -->
1481
                    <xsl:when test="@tag&lt;700">By: </xsl:when>
1481
                    <xsl:when test="@tag&lt;700"><span class="byAuthor">By: </span></xsl:when>
1482
                    <!--#13382 Changed Additional author to contributor -->
1482
                    <!--#13382 Changed Additional author to contributor -->
1483
                    <xsl:otherwise>Contributor(s): </xsl:otherwise>
1483
                    <xsl:otherwise>Contributor(s): </xsl:otherwise>
1484
                </xsl:choose>
1484
                </xsl:choose>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-2 / +1 lines)
Lines 506-512 Link Here
506
    <xsl:choose>
506
    <xsl:choose>
507
    <xsl:when test="marc:datafield[@tag=100] or marc:datafield[@tag=110] or marc:datafield[@tag=111] or marc:datafield[@tag=700] or marc:datafield[@tag=710] or marc:datafield[@tag=711]">
507
    <xsl:when test="marc:datafield[@tag=100] or marc:datafield[@tag=110] or marc:datafield[@tag=111] or marc:datafield[@tag=700] or marc:datafield[@tag=710] or marc:datafield[@tag=711]">
508
508
509
    by <span class="author">
509
        <span class="byAuthor">by </span><span class="author">
510
        <!-- #13383 -->
510
        <!-- #13383 -->
511
        <xsl:for-each select="marc:datafield[(@tag=100 or @tag=700 or @tag=110 or @tag=710 or @tag=111 or @tag=711) and @ind1!='z']">
511
        <xsl:for-each select="marc:datafield[(@tag=100 or @tag=700 or @tag=110 or @tag=710 or @tag=111 or @tag=711) and @ind1!='z']">
512
            <xsl:call-template name="chopPunctuation">
512
            <xsl:call-template name="chopPunctuation">
513
- 

Return to bug 23694