##// END OF EJS Templates
Fixed: unable to change how many months are displayed on the gantt....
Jean-Philippe Lang -
r817:3a0cd55622e5
parent child
Show More
@@ -27,7 +27,7 t_height = g_height + headers_height
27
27
28 <h2><%= l(:label_gantt) %></h2>
28 <h2><%= l(:label_gantt) %></h2>
29
29
30 <% form_tag(params.merge(:month => nil, :year => nil, :years => nil)) do %>
30 <% form_tag(params.merge(:month => nil, :year => nil, :months => nil)) do %>
31 <table width="100%">
31 <table width="100%">
32 <tr>
32 <tr>
33 <td align="left">
33 <td align="left">
General Comments 0
You need to be logged in to leave comments. Login now