This commit is contained in:
albert
2012-01-14 14:58:33 -05:00
parent 6d8dd7a5f2
commit ec22f95136
3 changed files with 6 additions and 2 deletions

View File

@@ -5,8 +5,8 @@
<%= hidden_field_tag :folder, params[:folder] %>
<%= f.input :title_contains, :required => false, :label => "Title" %>
<%= f.input :body_contains, :required => false, :label => "Body" %>
<%= f.input :to_name_equals, :required => false, :label => "To" %>
<%= f.input :from_name_equals, :required => false, :label => "From" %>
<%= f.input :to_name_matches, :required => false, :label => "To" %>
<%= f.input :from_name_matches, :required => false, :label => "From" %>
<%= f.button :submit, "Search" %>
<% end %>
</div>