From 9842d8aef17818586f7b0729d44de9e74c1ca249 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 27 Mar 2020 23:48:56 +0100 Subject: [PATCH] Bug 25011: Improve display of MARC21 508 - Production credits in staff and OPAC Makes some tiny changes to improve display and consistency between OPAC and staff: - Capitalization fix: Production Credits - Production credits - Changes div to span avoiding display issues - Make sequence of fields in display match (505, 508, 586) To test: - Catalog one or more records with none, one and multiple 508 $a - Check and compare the staff and OPAC detail pages, both should display the production credits information correctly Signed-off-by: David Nind --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 26 +++++++++++----------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 22 +++++++++--------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index d44322d6ff..e00cbb99d9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1009,6 +1009,19 @@ + + + + Production credits: + + + a + + | + + + + @@ -1030,19 +1043,6 @@ - - -
- Production credits: - - - a - - | - -
-
- diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 0ade99700c..cd0bf1c109 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1103,17 +1103,17 @@ - -
- Production Credits: - - - a - - | - -
-
+ + + Production credits: + + + a + + | + + + -- 2.11.0