Bugzilla – Attachment 42968 Details for
Bug 14917
RDA: 700/710/711 fix path for icon in XSLT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch correcting icon path
0001-Bug-14917-RDA-700-710-711-fix-path-for-icon-in-XSLT..patch (text/plain), 1.59 KB, created by
Winona Salesky
on 2015-09-30 02:38:13 UTC
(
hide
)
Description:
Patch correcting icon path
Filename:
MIME Type:
Creator:
Winona Salesky
Created:
2015-09-30 02:38:13 UTC
Size:
1.59 KB
patch
obsolete
>From 0c3f5f983373c4913dcdd869f5d394c975397af2 Mon Sep 17 00:00:00 2001 >From: Winona Salesky <wsalesky@gmail.com> >Date: Tue, 29 Sep 2015 22:32:45 -0400 >Subject: [PATCH] Bug 14917 - RDA: 700/710/711 fix path for icon in XSLT. Added > theme and materialTypeLabel parameters back into showAuthor template call for > 7xx display in OPAC display. > >Test Plan: >1) Apply this patch >2) Ensure you are using the default XSLT setting for the staff and opac record details >3) Find or create a record with MARC tags 700,710,711 >5) Click title to review record details. >6) Link to icon following contributor names should appear. >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index a35ef12..a92ef6a 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'"> >-- >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 14917
:
42968
|
43022
|
43023
|
43097