##// END OF EJS Templates
[#9489] link label to element...
Toshi MARUYAMA -
r7560:6505bf80e51d
parent child
Show More
@@ -37,7 +37,9
37 <div id="quick-search">
37 <div id="quick-search">
38 <% form_tag({:controller => 'search', :action => 'index', :id => @project}, :method => :get ) do %>
38 <% form_tag({:controller => 'search', :action => 'index', :id => @project}, :method => :get ) do %>
39 <%= hidden_field_tag(controller.default_search_scope, 1, :id => nil) if controller.default_search_scope %>
39 <%= hidden_field_tag(controller.default_search_scope, 1, :id => nil) if controller.default_search_scope %>
40 <%= link_to l(:label_search), {:controller => 'search', :action => 'index', :id => @project}, :accesskey => accesskey(:search) %>:
40 <label for='q'>
41 <%= link_to l(:label_search), {:controller => 'search', :action => 'index', :id => @project}, :accesskey => accesskey(:search) %>:
42 </label>
41 <%= text_field_tag 'q', @question, :size => 20, :class => 'small', :accesskey => accesskey(:quick_search) %>
43 <%= text_field_tag 'q', @question, :size => 20, :class => 'small', :accesskey => accesskey(:quick_search) %>
42 <% end %>
44 <% end %>
43 <%= render_project_jump_box %>
45 <%= render_project_jump_box %>
General Comments 0
You need to be logged in to leave comments. Login now