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:
parent
b47bdb43ae
commit
ae83425a79
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue