From 03f04e57c3a1114b840e4576985689da9333c378 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 display In MARC21 XSLT 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$abc 2) Look at first record details page (using XSLT display) 3) Click on $a link => you see both records 4) Click on $c link => you see both records --- .../en/xslt/MARC21slim2intranetDetail.xsl | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index f9124f668d..bb90e79434 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -291,9 +291,12 @@ Publication details: - - a - + + /cgi-bin/koha/catalogue/search.pl?q=pl:"" + + a + + @@ -302,13 +305,22 @@ b - - - + + + + + + /cgi-bin/koha/catalogue/search.pl?q=copydate:"" + + c + + + + - cg + g -- 2.30.0