From 75b5b3450e683a50d2554309f7fb8e98d7ae990f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 30 Jun 2023 14:22:17 +0000 Subject: [PATCH] Bug 29471: Add display of MARC 520 to staff interface detail page At the moment 520 only displays in the OPAC. With this patch it also displays in the staff interface detail page. To test: * Find a record with 520 or add some 520 entries to a record Note: different ind. 1 values will result in different labels * View the record in the staff interface and the OPAC * Verify only the OPAC shows the 520 entries * Apply patch * Verify now the staff interface displays them as well --- .../en/xslt/MARC21slim2intranetDetail.xsl | 18 ++++++++++++ .../en/xslt/MARC21slim2OPACDetail.xsl | 29 ++++++++++--------- 2 files changed, 33 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index c7ac227327..736dbd559d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1052,6 +1052,24 @@ + + + + + Subject: + Review: + Scope and content: + Abstract: + Content advice: + Summary: + + + + abcu + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 6493efda20..59cbd0d595 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1275,20 +1275,21 @@ - - - Subject: - Review: - Scope and content: - Abstract: - Content advice: - Summary: - - - - abcu - - + + + + Subject: + Review: + Scope and content: + Abstract: + Content advice: + Summary: + + + + abcu + + -- 2.30.2