Project

General

Profile

Feature #5661 » modulescheckall.diff

Nick Peelman, 2010-06-19 19:07

View differences:

app/views/projects/add.rhtml (working copy)
3 3
<% labelled_tabular_form_for :project, @project, :url => { :action => "add" } do |f| %>
4 4
<%= render :partial => 'form', :locals => { :f => f } %>
5 5

  
6
<fieldset class="box"><legend><%= l(:label_module_plural) %></legend>
6
<fieldset class="box" id="modules"><legend><%= l(:label_module_plural) %> <span style="font-size:80%">(<%= check_all_links 'modules' %>)</span></legend>
7 7
<% Redmine::AccessControl.available_project_modules.each do |m| %>
8 8
    <label class="floating">
9 9
    <%= check_box_tag 'enabled_modules[]', m, @project.module_enabled?(m) %>
(2-2/3)