From b7f2e3587d348abf2f2d98398b5f2aa0714476be Mon Sep 17 00:00:00 2001 From: David Bourgault 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 @@ - + Producer: 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 @@ - + Producer: -- 2.7.4