Bugzilla – Attachment 39970 Details for
Bug 14359
RDA: 700/710/711 display in XSLT Bug fix for Contributors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14359 - RDA: 700/710/711 display in XSLT Bug fix for Contributors
Bug-14359---RDA-700710711-display-in-XSLT-Bug-fix-.patch (text/plain), 1.96 KB, created by
Winona Salesky
on 2015-06-08 01:36:13 UTC
(
hide
)
Description:
Bug 14359 - RDA: 700/710/711 display in XSLT Bug fix for Contributors
Filename:
MIME Type:
Creator:
Winona Salesky
Created:
2015-06-08 01:36:13 UTC
Size:
1.96 KB
patch
obsolete
>From 5e61ea1b891d75c0eab8702692cb9aa2825c9ee8 Mon Sep 17 00:00:00 2001 >From: Winona Salesky <wsalesky@gmail.com> >Date: Sun, 7 Jun 2015 09:20:17 -0400 >Subject: [PATCH] Bug 14359 - RDA: 700/710/711 display in XSLT Bug fix for > Contributors > >Corrects contributors display and corrects path to search icon for authority records. >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 8b7d559..60e2cd5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -176,6 +176,8 @@ > <!-- #13382 suppress 700$i and 7xx/@ind2=2 --> > <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'])]"/> > <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/> >+ <xsl:with-param name="materialTypeLabel" select="$materialTypeLabel"/> >+ <xsl:with-param name="theme" select="$theme"/> > </xsl:call-template> > > <xsl:if test="$DisplayOPACiconsXSLT!='0'"> >@@ -1287,10 +1289,11 @@ > </xsl:element> > </a> > </xsl:if> >+ <xsl:choose> >+ <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise> >+ </xsl:choose> > </xsl:for-each> >- <xsl:choose> >- <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise> >- </xsl:choose> >+ > </h5> > </xsl:if> > </xsl:template> >-- >2.3.2 (Apple Git-55)
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 14359
:
39970
|
40108