From 433eb16fd30d2b4e1e5e65c6d120600054ad2c1e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 15 Oct 2018 06:36:51 -0400 Subject: [PATCH] Bug 21568: Add more spans with classes around callnumbers in OPAC for additional styling It would be nice if the callnumber portion of the callnumber + label was in a span, and it also makes sense to wrap the entire callnumber string in a span as well. This was started on bug 21340 but I have found more callnumbers in the search results that need spans. Test Plan: 1) Apply this patch 2) Search for something in the OAPC with multiple results 3) View the HTML source 4) Note the new spans around the callnumbers, like: Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens --- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index b7395c9da8..b6c9ee7747 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1323,7 +1323,7 @@ - + . , @@ -1336,7 +1336,7 @@ - + . , -- 2.39.2