Adding id attribute to modules field set on project form.

This commit is contained in:
Nick Peelman 2011-08-08 17:58:22 -04:00
parent a7ab39dd31
commit b8d0aa0b85
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</div>
<% if @project.new_record? %>
<fieldset class="box"><legend><%= l(:label_module_plural) %></legend>
<fieldset class="box" id="project_modules"><legend><%= l(:label_module_plural) %></legend>
<% Redmine::AccessControl.available_project_modules.each do |m| %>
<label class="floating">
<%= check_box_tag 'project[enabled_module_names][]', m, @project.module_enabled?(m), :id => "project_enabled_module_names_#{m}" %>