Bug 23694: Author "By" should have its own class

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Lucas Gass 2019-09-30 15:29:05 +00:00 committed by Martin Renvoize
parent 6d50787b57
commit 139dd6600e
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F
2 changed files with 2 additions and 2 deletions

View file

@ -1478,7 +1478,7 @@
<xsl:choose>
<xsl:when test="position()&gt;1"/>
<!-- #13383 -->
<xsl:when test="@tag&lt;700">By: </xsl:when>
<xsl:when test="@tag&lt;700"><span class="byAuthor">By: </span></xsl:when>
<!--#13382 Changed Additional author to contributor -->
<xsl:otherwise>Contributor(s): </xsl:otherwise>
</xsl:choose>

View file

@ -506,7 +506,7 @@
<xsl:choose>
<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]">
by <span class="author">
<span class="byAuthor">by </span><span class="author">
<!-- #13383 -->
<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']">
<xsl:call-template name="chopPunctuation">