From c820a733242351bd0d8b034a9a07c4b4e9352290 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 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 7374056b4e5..898bd8111d1 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 97df929be5b..82de514ab19 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