|
|
@ -237,10 +237,10 @@ if Date.today >= @date_from and Date.today <= @date_to %> |
|
|
|
<h3><%= l(:label_gantt) %></h3> |
|
|
|
<h3><%= l(:label_gantt) %></h3> |
|
|
|
<% form_tag(params.merge(:tracker_ids => nil, :with_subprojects => nil)) do %> |
|
|
|
<% form_tag(params.merge(:tracker_ids => nil, :with_subprojects => nil)) do %> |
|
|
|
<% @trackers.each do |tracker| %> |
|
|
|
<% @trackers.each do |tracker| %> |
|
|
|
<%= check_box_tag "tracker_ids[]", tracker.id, (@selected_tracker_ids.include? tracker.id.to_s) %> <%= tracker.name %><br /> |
|
|
|
<label><%= check_box_tag "tracker_ids[]", tracker.id, (@selected_tracker_ids.include? tracker.id.to_s) %> <%= tracker.name %></label><br /> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<% if @project.active_children.any? %> |
|
|
|
<% if @project.active_children.any? %> |
|
|
|
<br /><%= check_box_tag "with_subprojects", 1, params[:with_subprojects] %> <%=l(:label_subproject_plural)%> |
|
|
|
<br /><label><%= check_box_tag "with_subprojects", 1, params[:with_subprojects] %> <%=l(:label_subproject_plural)%></label> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<p><%= submit_tag l(:button_apply), :class => 'button-small' %></p> |
|
|
|
<p><%= submit_tag l(:button_apply), :class => 'button-small' %></p> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|