Bugzilla – Attachment 92724 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), 2.10 KB, created by
Marcel de Rooy
on 2019-09-12 13:45:09 UTC
(
hide
)
Description:
Bug 21058: Added HTML class to showRDAtag264
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-09-12 13:45:09 UTC
Size:
2.10 KB
patch
obsolete
>From 85aa8e8b671a9a0d2db8ac1113f712cf8bc52454 Mon Sep 17 00:00:00 2001 >From: David Bourgault <dav.bour@gmail.com> >Date: Wed, 7 Aug 2019 18:01:58 +0000 >Subject: [PATCH] Bug 21058: Added HTML class to showRDAtag264 >Content-Type: text/plain; charset=utf-8 > >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. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 7374056b4e..898bd8111d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >@@ -256,7 +256,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 97df929be5..82de514ab1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >@@ -253,7 +253,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.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 21058
:
76813
|
76814
|
92052
|
92053
|
92340
|
92341
|
92723
| 92724