From fb34d38695c2a0f4d109c001b17db0e64ddb8260 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marcel de Rooy --- .../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 23944c557a..84f1055e4c 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 + + | + + + + @@ -1029,19 +1042,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 ca5ee81dd7..5d79840678 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1102,17 +1102,17 @@ - -
- Production Credits: - - - a - - | - -
-
+ + + Production credits: + + + a + + | + + + -- 2.11.0