Added tabindex="1" for search input on the main side

This commit is contained in:
Philipp Borgers 2010-12-18 18:08:33 +01:00 committed by Tom Hughes
parent a8fa21c5ea
commit a998a0bb20

View file

@ -41,7 +41,7 @@
:complete => "endSearch()",
:url => { :controller => :geocoder, :action => :search },
:html => { :method => "get", :action => url_for(:action => "index") }) do %>
<%= text_field_tag :query, h(params[:query]) %>
<%= text_field_tag :query, h(params[:query]), :tabindex => "1" %>
<% if params[:action] == 'index' %>
<%= hidden_field_tag :minlon %>
<%= hidden_field_tag :minlat %>