@@ -1,7 +1,7 | |||
|
1 | 1 | <h2><%= l(:label_search) %></h2> |
|
2 | 2 | |
|
3 | <div class="box"> | |
|
4 | 3 | <%= form_tag({}, :method => :get, :id => 'search-form') do %> |
|
4 | <div class="box"> | |
|
5 | 5 | <%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %> |
|
6 | 6 | <p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %> |
|
7 | 7 | <%= project_select_tag %> |
General Comments 0
You need to be logged in to leave comments.
Login now