Bugzilla – Attachment 76814 Details for
Bug 21058
Missing class for results_summary spans
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21058: Added HTML class to showRDAtag264
Bug-21058-Added-HTML-class-to-showRDAtag264.patch (text/plain), 1.93 KB, created by
David Bourgault
on 2018-07-10 17:52:38 UTC
(
hide
)
Description:
Bug 21058: Added HTML class to showRDAtag264
Filename:
MIME Type:
Creator:
David Bourgault
Created:
2018-07-10 17:52:38 UTC
Size:
1.93 KB
patch
obsolete
>From b7f2e3587d348abf2f2d98398b5f2aa0714476be Mon Sep 17 00:00:00 2001 >From: David Bourgault <dav.bour@gmail.com> >Date: Tue, 10 Jul 2018 13:50:34 -0400 >Subject: [PATCH] Bug 21058: Added HTML class to showRDAtag264 > >Adds the HTML class "rda264" to the span generated by the XSLT function showRDAtag264. > >To test, same as previous, using a notice with a 264 tag. Both patches only apply to MARC21. > >I was unsure how to name the class, so I've chose the simplest, most explicit name. >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >index a3db596..c359a8a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >@@ -242,7 +242,7 @@ > <xsl:param name="field"/> > <xsl:param name="url"/> > <xsl:variable name="ind2" select="$field/@ind2"/> >- <span class="results_summary"> >+ <span class="results_summary rda264"> > <xsl:choose> > <xsl:when test="$ind2='0'"> > <span class="label">Producer: </span> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >index 596bddf..955d8e2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >@@ -240,7 +240,7 @@ > <xsl:param name="field"/> > <xsl:param name="url"/> > <xsl:variable name="ind2" select="$field/@ind2"/> >- <span class="results_summary"> >+ <span class="results_summary rda264"> > <xsl:choose> > <xsl:when test="$ind2='0'"> > <span class="label">Producer: </span> >-- >2.7.4
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 21058
:
76813
|
76814
|
92052
|
92053
|
92340
|
92341
|
92723
|
92724