From 85aa8e8b671a9a0d2db8ac1113f712cf8bc52454 Mon Sep 17 00:00:00 2001 From: David Bourgault 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 Signed-off-by: Marcel de Rooy --- 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 @@ - + Producer: 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 @@ - + Producer: -- 2.11.0