Mercurial > hg > soundsoftware-site
diff app/views/projects/settings/_modules.html.erb @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children | dffacf8a6908 |
line wrap: on
line diff
--- a/app/views/projects/settings/_modules.html.erb Fri Jun 14 09:07:32 2013 +0100 +++ b/app/views/projects/settings/_modules.html.erb Fri Jun 14 09:28:30 2013 +0100 @@ -3,8 +3,7 @@ :html => {:id => 'modules-form', :method => :post} do |f| %> -<div class="box"> -<fieldset> +<fieldset class="box"> <legend><%= l(:text_select_project_modules) %></legend> <% Redmine::AccessControl.available_project_modules.each do |m| %> @@ -12,9 +11,8 @@ <%= l_or_humanize(m, :prefix => "project_module_") %></label></p> <% end %> </fieldset> -</div> +<p><%= check_all_links 'modules-form' %></p> -<p><%= check_all_links 'modules-form' %></p> <p><%= submit_tag l(:button_save) %></p> <% end %>