Mercurial > hg > soundsoftware-site
view .svn/pristine/b9/b9d9e90e281bd059a71c5297b3f5ef791108f131.svn-base @ 1478:5ca1f4a47171 bibplugin_db_migrations
Close obsolete branch bibplugin_db_migrations
author | Chris Cannam |
---|---|
date | Fri, 30 Nov 2012 14:40:50 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<% form_for :project, @project, :url => { :action => 'modules', :id => @project }, :html => {:id => 'modules-form'} do |f| %> <div class="box"> <fieldset> <legend><%= l(:text_select_project_modules) %></legend> <% Redmine::AccessControl.available_project_modules.each do |m| %> <p><label><%= check_box_tag 'enabled_module_names[]', m, @project.module_enabled?(m) -%> <%= l_or_humanize(m, :prefix => "project_module_") %></label></p> <% end %> </fieldset> </div> <p><%= check_all_links 'modules-form' %></p> <p><%= submit_tag l(:button_save) %></p> <% end %>