@@ -6,9 +6,9 | |||
|
6 | 6 | |
|
7 | 7 | <% form_tag({}, :method => :get) do %> |
|
8 | 8 | <fieldset><legend><%= l(:label_filter_plural) %></legend> |
|
9 | <label><%= l(:field_status) %> :</label> | |
|
9 | <label for='status'><%= l(:field_status) %> :</label> | |
|
10 | 10 | <%= select_tag 'status', project_status_options_for_select(@status), :class => "small", :onchange => "this.form.submit(); return false;" %> |
|
11 | <label><%= l(:label_project) %>:</label> | |
|
11 | <label for='name'><%= l(:label_project) %>:</label> | |
|
12 | 12 | <%= text_field_tag 'name', params[:name], :size => 30 %> |
|
13 | 13 | <%= submit_tag l(:button_apply), :class => "small", :name => nil %> |
|
14 | 14 | <%= link_to l(:button_clear), {:controller => 'admin', :action => 'projects'}, :class => 'icon icon-reload' %> |
General Comments 0
You need to be logged in to leave comments.
Login now