From b6c98891b35ebeba86449a72da967de0b0605b67 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 12 Sep 2018 09:38:42 -0700 Subject: [PATCH] Bug 21340: Add 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. Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter Signed-off-by: Petter vk Signed-off-by: Petter vk Signed-off-by: Petter vk --- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 24 ++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index fd98cb1371..e98d3de47b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1172,7 +1172,11 @@ - [Call number: ] + + + [Call number: ] + + ( ) @@ -1189,7 +1193,11 @@ - [Call number: ] + + + [Call number: ] + + ( ) @@ -1204,7 +1212,11 @@ - [Call number: ] + + + [Call number: ] + + ( ) @@ -1233,7 +1245,11 @@ - [Call number: ] + + + [Call number: ] + + ( ) -- 2.11.0