From 262833c9f6ff38a25d48f563b546199b187bf94a Mon Sep 17 00:00:00 2001 From: David Bourgault Date: Wed, 7 Aug 2019 16:42:30 +0000 Subject: [PATCH] Bug 21058: Added HTML classes in MARC21slim2_Detail.xsl This is a very small patch. I've simply added the following classes to their respective spans in the detail XSLs for both interfaces. - in_note (773$n) - preceeding_entry_note (780$n) - succeeding_entry_note (785$n) To test: 1. Apply patch 2. Open details page of notice with a 773$n, 780$n or 785$n field 3. Inspect element. The class should be visible. Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize (cherry picked from commit b65fc8e176f600894a98be526922f05e9d4f000d) Signed-off-by: Fridolin Somers (cherry picked from commit 74baa0fa17ffb4469a945a20d514825e2f0cf6e1) Signed-off-by: Lucas Gass --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +++--- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 191a0720cd..a3821a4a17 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1058,7 +1058,7 @@ - + @@ -1208,7 +1208,7 @@ - + @@ -1273,7 +1273,7 @@ - OPAC view: + OPAC view: /cgi-bin/koha/opac-detail.pl?biblionumber=_blankOpen in new window. diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 3db279969d..d0729e1ab8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1162,7 +1162,7 @@ - + @@ -1339,7 +1339,7 @@ - + @@ -1403,7 +1403,7 @@ - + -- 2.39.5