%= form_for @project, :url => { :action => 'modules', :id => @project }, :html => {:id => 'modules-form', :method => :post} do |f| %>
<%= check_box_tag 'enabled_module_names[]', m, @project.module_enabled?(m) -%> <%= l_or_humanize(m, :prefix => "project_module_") %>
<%= check_all_links 'modules-form' %>
<%= submit_tag l(:button_save) %>