Bugzilla – Attachment 93839 Details for
Bug 23694
Author "By" should have its own class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23694: Author "By" should have its own class
Bug-23694-Author-By-should-have-its-own-class.patch (text/plain), 2.25 KB, created by
Katrin Fischer
on 2019-10-07 19:28:00 UTC
(
hide
)
Description:
Bug 23694: Author "By" should have its own class
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-10-07 19:28:00 UTC
Size:
2.25 KB
patch
obsolete
>From 389dcf5b9453dae0715917ff748c41a2ff2c96aa Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 30 Sep 2019 15:29:05 +0000 >Subject: [PATCH] Bug 23694: Author "By" should have its own class >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 6cc223e7dd..eb372efb05 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -1478,7 +1478,7 @@ > <xsl:choose> > <xsl:when test="position()>1"/> > <!-- #13383 --> >- <xsl:when test="@tag<700">By: </xsl:when> >+ <xsl:when test="@tag<700"><span class="byAuthor">By: </span></xsl:when> > <!--#13382 Changed Additional author to contributor --> > <xsl:otherwise>Contributor(s): </xsl:otherwise> > </xsl:choose> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >index 6aaa329870..26a54ff3ef 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >@@ -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"> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23694
:
93343
|
93742
| 93839 |
93840