]> source.dussan.org Git - redmine.git/commitdiff
Search field automatically focused.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 5 Sep 2007 20:13:06 +0000 (20:13 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 5 Sep 2007 20:13:06 +0000 (20:13 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@707 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/search/index.rhtml

index 66b89743f0ab3662b342686e5e03c1518cce021b..08252737300d9a3b00ce4f267192f66f87cbfc3f 100644 (file)
@@ -2,7 +2,8 @@
 \r
 <div class="box">\r
 <% form_tag({}, :method => :get) do %>\r
-<p><%= text_field_tag 'q', @question, :size => 30 %>\r
+<p><%= text_field_tag 'q', @question, :size => 30, :id => 'search-input' %>\r
+<%= javascript_tag "Field.focus('search-input')" %>\r
 \r
 <% if @project %>\r
   <%= check_box_tag 'scope[]', 'issues', (@scope.include? 'issues') %> <label><%= l(:label_issue_plural) %></label>\r
@@ -62,4 +63,4 @@
         </p></li>  \r
       <% end %>\r
     </ul>\r
-<% end %>
\ No newline at end of file
+<% end %>\r