From be3a9f4b8e719cc42f3a527aee785766530ee1e9 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 Content-Type: text/plain; charset=utf-8 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. --- .../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.30.2