From 2b87e7aa35e6ce43e9b06b0e79462a12b8ac7bfb Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 3 Mar 2021 14:27:00 +0100 Subject: [PATCH] Bug 27850: Search link for 260 a and c in MARC21 XSLT intranet display In MARC21 XSLT intranet display, 260$b is a search link on 'Provider'. $a and $c also have a search field, we can create search links. Test plan: 1) Create 2 records with same 260 : two $a, one $b, two $c 2) Use XSLT display in staff inteface 2) Look at first record details page in staff interface 3) Click on a $a link => you see both records 4) Click on a $c link => you see both records Signed-off-by: David Nind --- .../en/xslt/MARC21slim2intranetDetail.xsl | 32 +++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 079f44a14a..6eded86330 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -290,11 +290,15 @@ Publication details: - - - a - - + + + /cgi-bin/koha/catalogue/search.pl?q=pl:"" + + + + + + @@ -302,13 +306,23 @@ b - - - + + + + + + /cgi-bin/koha/catalogue/search.pl?q=copydate:"" + + + + + + + - cg + g -- 2.30.2