From 2cb9fa1b52e0f09d52c9a85d3b7ca04694add6a9 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 Signed-off-by: Phil Ringnalda Signed-off-by: Katrin Fischer Updated patch for displaying $u as link. Signed-off-by: Marcel de Rooy Restored signoff line from Phil. Change only for $u. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 256518bf75f4df70a62bfe401bd911473e629efd) Signed-off-by: Martin Renvoize --- .../en/xslt/MARC21slim2intranetDetail.xsl | 30 +++++++++++++- .../en/xslt/MARC21slim2OPACDetail.xsl | 39 ++++++++++++------- 2 files changed, 54 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 1a4a6547d0..3aade69a51 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1069,11 +1069,39 @@ - | + | + + + + + + Subject: + Review: + Scope and content: + Abstract: + Content advice: + Summary: + + + + abc + + + + + + + + + + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index d391050126..a27c8b9830 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1283,21 +1283,32 @@ + - - - Subject: - Review: - Scope and content: - Abstract: - Content advice: - Summary: - - - - abcu - - + + + + Subject: + Review: + Scope and content: + Abstract: + Content advice: + Summary: + + + + abc + + + + + + + + + + + -- 2.39.2