注释掉甘特图的放大缩小功能
This commit is contained in:
parent
c339b3e4a3
commit
405f4e0a20
|
@ -48,10 +48,10 @@
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<p class="contextual">
|
<!--<p class="contextual">-->
|
||||||
<%= gantt_zoom_link(@gantt, :in) %>
|
<!--<%#= gantt_zoom_link(@gantt, :in) %>-->
|
||||||
<%= gantt_zoom_link(@gantt, :out) %>
|
<!--<%#= gantt_zoom_link(@gantt, :out) %>-->
|
||||||
</p>
|
<!--</p>-->
|
||||||
|
|
||||||
<p class="buttons">
|
<p class="buttons">
|
||||||
<%= text_field_tag 'months', @gantt.months, :size => 2 %>
|
<%= text_field_tag 'months', @gantt.months, :size => 2 %>
|
||||||
|
@ -99,9 +99,9 @@
|
||||||
t_height = g_height + headers_height
|
t_height = g_height + headers_height
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<% if @gantt.truncated %>
|
<%# if @gantt.truncated %>
|
||||||
<p class="warning"><%= l(:notice_gantt_chart_truncated, :max => @gantt.max_rows) %></p>
|
<!--<p class="warning"><%#= l(:notice_gantt_chart_truncated, :max => @gantt.max_rows) %></p>-->
|
||||||
<% end %>
|
<%# end %>
|
||||||
|
|
||||||
<table style="width:100%; border:0; border-collapse: collapse;">
|
<table style="width:100%; border:0; border-collapse: collapse;">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue