<%=l(:field_status)%>: <%= search_filter_tag 'status_id', :class => 'select-small' %> |
<%=l(:field_tracker)%>: <%= search_filter_tag 'tracker_id', :class => 'select-small' %> |
<%=l(:field_priority)%>: <%= search_filter_tag 'priority_id', :class => 'select-small' %> |
<%=l(:field_category)%>: <%= search_filter_tag 'category_id', :class => 'select-small' %> |
<%=l(:field_fixed_version)%>: <%= search_filter_tag 'fixed_version_id', :class => 'select-small' %> |
<%=l(:field_author)%>: <%= search_filter_tag 'author_id', :class => 'select-small' %> |
<%=l(:field_assigned_to)%>: <%= search_filter_tag 'assigned_to_id', :class => 'select-small' %> |
<%=l(:label_subproject_plural)%>: <%= search_filter_tag 'subproject_id', :class => 'select-small' %> |
<%= hidden_field_tag 'set_filter', 1 %>
<%= submit_tag l(:button_apply), :class => 'button-small' %>
|
<%= link_to l(:button_clear), :action => 'list_issues', :id => @project, :set_filter => 1 %>
|