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 <[email protected]>: > --- > .../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 > [email protected] > http://lists.koha.org/mailman/listinfo/koha-patches > -- Galen Charlton VP, Research & Development, LibLime [email protected] p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
