##// END OF EJS Templates
gantt: code layout cleanup html months headers...
Toshi MARUYAMA -
r10138:eeedd287adf3
parent child
Show More
@@ -105,11 +105,8 t_height = g_height + headers_height
105 <div style="position:relative;height:<%= t_height + 24 %>px;overflow:auto;">
105 <div style="position:relative;height:<%= t_height + 24 %>px;overflow:auto;">
106 <div style="width:<%= g_width - 1 %>px;height:<%= headers_height %>px;background: #eee;"
106 <div style="width:<%= g_width - 1 %>px;height:<%= headers_height %>px;background: #eee;"
107 class="gantt_hdr">&nbsp;</div>
107 class="gantt_hdr">&nbsp;</div>
108 <%
108
109 #
109 <% ###### Months headers ###### %>
110 # Months headers
111 #
112 %>
113 <%
110 <%
114 month_f = @gantt.date_from
111 month_f = @gantt.date_from
115 left = 0
112 left = 0
General Comments 0
You need to be logged in to leave comments. Login now