[Koha-patches] [PATCH] Bug #2030 z3950 search function does not filter

Galen Charlton galen.charlton at liblime.com
Wed Oct 22 22:41:57 CEST 2008


Hi Allen,

As this is your first accepted patch, I'd like to welcome you to the
corps of Koha hackers.  Congratulations!

Regards,

Galen

On Wed, Oct 22, 2008 at 1:20 PM,  <allen.reinmeyer at liblime.com> wrote:
> From: Allen Reinmeyer <acr at arwen.metavore.com>
>
> Entering a term in the z3950 search box does not filter the results.
> ---
>  .../prog/en/includes/z3950-admin-search.inc        |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc
> index 5be6d9d..4bb5837 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc
> +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc
> @@ -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>
> --
> 1.5.5.GIT
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list