From bdb4bd38fe416c1ceca4ab68c88a9b103ed7085b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 4 Sep 2020 08:38:24 +0000 Subject: [PATCH] Bug 26007: (QA follow-up) Add index name to the q parameter Content-Type: text/plain; charset=utf-8 The link constructed in MARC-detail is not consistent. It adds an index name but does not show in the query in the search box. Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt index 0816c6379c..812fec2a9e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -78,7 +78,7 @@ [% subfiel.short_desc | html %] [% IF ( subfiel.is_url ) %][% subfiel.marc_value | html %][% ELSE %][% subfiel.marc_value | html %][% END %] [% IF ( subfiel.link ) %] - + Search on [% subfiel.marc_value | html %] [% END %] -- 2.11.0