@@ -, +, @@ external search --- acqui/z3950_search.pl | 8 ++++++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) --- a/acqui/z3950_search.pl +++ a/acqui/z3950_search.pl @@ -42,6 +42,8 @@ my $issn = $input->param('issn'); my $lccn = $input->param('lccn'); my $lccall = $input->param('lccall'); my $subject = $input->param('subject'); +my $srchany = $input->param('srchany'); +my $stdid = $input->param('stdid'); my $dewey = $input->param('dewey'); my $controlnumber = $input->param('controlnumber'); my $op = $input->param('op')||''; @@ -79,6 +81,8 @@ $template->param( biblionumber => $biblionumber, dewey => $dewey, subject => $subject, + srchany => $srchany, + stdid => $stdid, ); if ( $op ne "do_search" ) { @@ -119,8 +123,8 @@ my $pars= { subject => $subject, lccall => $lccall, controlnumber => $controlnumber, - stdid => 0, - srchany => 0, + stdid => $stdid, + srchany => $srchany, }; Z3950Search($pars, $template); output_html_with_http_headers $input, $cookie, $template->output; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -70,7 +70,9 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
  • +
  • +