|
|
@ -58,13 +58,6 @@
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<%# if @copy_from && @copy_from.attachments.any? %>
|
|
|
|
|
|
|
|
<!--<p>-->
|
|
|
|
|
|
|
|
<!-- 去除附件复制功能 -->
|
|
|
|
|
|
|
|
<!-- <label for="copy_attachments"><#%= l(:label_copy_attachments) %></label>
|
|
|
|
|
|
|
|
<#%= check_box_tag 'copy_attachments', '1', @copy_attachments %> -->
|
|
|
|
|
|
|
|
<!--</p>-->
|
|
|
|
|
|
|
|
<%# end %>
|
|
|
|
|
|
|
|
<% if @copy_from && !@copy_from.leaf? %>
|
|
|
|
<% if @copy_from && !@copy_from.leaf? %>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<label for="copy_subtasks"><%= l(:label_copy_subtasks) %></label>
|
|
|
|
<label for="copy_subtasks"><%= l(:label_copy_subtasks) %></label>
|
|
|
@ -83,23 +76,6 @@
|
|
|
|
<%= render :partial => 'issues/attributes' %>
|
|
|
|
<%= render :partial => 'issues/attributes' %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<!--<div class="newpro_box02 ">-->
|
|
|
|
|
|
|
|
<!--<label class="label"> <%#= l(:label_issue_watchers) %>:</label>-->
|
|
|
|
|
|
|
|
<!--<input id="" name="" size="22" class="fl mb10 h26" type="text" placeholder="搜索添加跟踪者">-->
|
|
|
|
|
|
|
|
<!--<span class="search_for_watchers">-->
|
|
|
|
|
|
|
|
<%#= link_to "",
|
|
|
|
|
|
|
|
# {:controller => 'watchers', :action => 'new', :project_id => @issue.project},
|
|
|
|
|
|
|
|
# :remote => true,
|
|
|
|
|
|
|
|
# :method => 'get',
|
|
|
|
|
|
|
|
:class => "pic_sch mt5 ml5" %>
|
|
|
|
|
|
|
|
<!--</span>-->
|
|
|
|
|
|
|
|
<%#= javascript_tag "observeSearchfield('user_search', 'users_for_watcher', '#{ escape_javascript watchers_autocomplete_for_user_path(:user => @available_watchers, :format => 'js', :flag => 'ture') }')" %>
|
|
|
|
|
|
|
|
<!--<div class="cl"></div>-->
|
|
|
|
|
|
|
|
<!--<span id="watchers_inputs">-->
|
|
|
|
|
|
|
|
<!--<%#= watchers_checkboxes(@issue, @available_watchers) %>-->
|
|
|
|
|
|
|
|
<!--</span>-->
|
|
|
|
|
|
|
|
<!--<div class="cl"></div>-->
|
|
|
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
|
|
|
<%= call_hook(:view_issues_form_details_bottom, {:issue => @issue, :form => f}) %>
|
|
|
|
<%= call_hook(:view_issues_form_details_bottom, {:issue => @issue, :form => f}) %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<a href="javascript:void(0);" onclick="issue_desc_editor.sync();$('#issue-form').submit();" class="blue_btn fl ml80"> 确定</a>
|
|
|
|
<a href="javascript:void(0);" onclick="issue_desc_editor.sync();$('#issue-form').submit();" class="blue_btn fl ml80"> 确定</a>
|
|
|
|