注释掉甘特图的放大缩小功能

This commit is contained in:
huang 2016-09-27 13:36:04 +08:00
parent c339b3e4a3
commit 405f4e0a20
1 changed files with 7 additions and 7 deletions

View File

@ -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>