From f0be1b2afaf359c12c79727bf489f805a21baa0d 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 (cherry picked from commit 2cb9fa1b52e0f09d52c9a85d3b7ca04694add6a9) Signed-off-by: Matt Blenkinsop --- .../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 3f2f811d35..ecf265f88d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1078,11 +1078,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 7a9c2292b3..4b997f783a 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