From 635d50e0d726a9693d98d667ad825ac07951423c Mon Sep 17 00:00:00 2001 From: Zeno Tajoli Date: Wed, 30 Oct 2013 19:36:41 +0100 Subject: [PATCH] BUG 11174 wrong paramter 'valuec' In the templates opac-authoritiessearchresultlist of prog and bootstrap the wrong value 'valuec' is changed with 'value' Signed-off-by: Marcel de Rooy Tested with bootstrap. Signed-off-by: Jonathan Druart Following commit remove the use to valuec: commit 31f41e2c1db9d8dca82e0249050acb8f906c8164 Bug 8206: Specify index in OPAC authority search --- .../bootstrap/en/modules/opac-authoritiessearchresultlist.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt index f9710c0..6256f18 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt @@ -85,7 +85,7 @@ [% FOREACH resul IN result %] - [% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&valuec=" %] + [% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&value=" %] [% resul.authtype %] [% UNLESS ( resul.isEDITORS ) %] diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt index 71ad40e..6f889b0 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt @@ -59,7 +59,7 @@ [% ELSE %] [% END %] - [% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&valuec=" %] + [% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&value=" %] [% resul.authtype %] [% UNLESS ( resul.isEDITORS ) %] -- 1.7.10.4