[Koha-patches] [PATCH] Putting text form field first ensures field will correctly be given focus.

Galen Charlton galen.charlton at liblime.com
Mon Jun 29 15:35:23 CEST 2009


Pushed, but I'm not seeing that the syspref search is given focus, at
least not on FF 3.0.11 on OS X 10.5.

Regards,

Galen

2009/6/25 Owen Leonard <oleonard at myacpl.org>:
> ---
>  .../prog/en/includes/sysprefs-admin-search.inc     |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc
> index 2d53cd0..24a0228 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc
> +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc
> @@ -4,8 +4,8 @@
>        <div id="syspref_search" class="residentsearch">
>        <p class="tip">System preference search:</p>
>            <form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
> -               <input type="hidden" value="all" name="tab" />
>         <input type="text" size="40" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
> +               <input type="hidden" value="all" name="tab" />
>         <input type="submit" name="ok" class="submit" value="Search" />
>     </form>
>        </div>
> --
> 1.5.6.5
>
> _______________________________________________
> 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