Bug #2030 z3950 search function does not filter

Entering a term in the z3950 search box does not filter the results.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Allen Reinmeyer 2008-10-22 12:20:49 -05:00 committed by Galen Charlton
parent b47bdb43ae
commit ae83425a79

View file

@ -48,7 +48,7 @@ YAHOO.util.Event.onContentReady("header_search", function() {
<div id="z3950_search" class="residentsearch">
<p class="tip">Z39.50 Server Search:</p>
<form action="/cgi-bin/koha/admin/z3950servers.pl" method="post">
<input type="text" name="description" size="40" value="<!-- TMPL_VAR NAME="searchfield" -->" />
<input type="text" name="searchfield" size="40" value="<!-- TMPL_VAR name="searchfield" -->" />
<input type="submit" class="submit" name="search" value="Search" />
</form>
</div>