|
|
|
@ -5,12 +5,10 @@
|
|
|
|
|
<li>
|
|
|
|
|
<% if @issue.safe_attribute? 'tracker_id' %>
|
|
|
|
|
<label class="label"><span class="c_red f12">*</span> 类型 : </label>
|
|
|
|
|
<%= f.select :tracker_id,
|
|
|
|
|
@issue.project.trackers.collect { |t| [t.name, t.id] },
|
|
|
|
|
{:required => true, :no_label => true},
|
|
|
|
|
:onchange => "updateIssueFrom('#{escape_javascript project_issue_form_path(@project, :id => @issue, :format => 'js')}')",
|
|
|
|
|
:class => "w90"
|
|
|
|
|
%>
|
|
|
|
|
<%= f.select :tracker_id, @issue.project.trackers.collect { |t| [t.name, t.id] },
|
|
|
|
|
{:required => true, :no_label => true},
|
|
|
|
|
:onchange => "updateIssueFrom('#{escape_javascript project_issue_form_path(@project, :id => @issue, :format => 'js')}')",
|
|
|
|
|
:class => "w90" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
@ -31,11 +29,10 @@
|
|
|
|
|
<% if @issue.safe_attribute? 'subject' %>
|
|
|
|
|
<label class="label"><span class="c_red f12">*</span> 主题 : </label>
|
|
|
|
|
<%= f.text_field :subject,
|
|
|
|
|
:class => "w583",
|
|
|
|
|
:maxlength => 255,
|
|
|
|
|
:style => "font-size:small",
|
|
|
|
|
:no_label => true
|
|
|
|
|
%>
|
|
|
|
|
:class => "w576",
|
|
|
|
|
:maxlength => 255,
|
|
|
|
|
:style => "font-size:small",
|
|
|
|
|
:no_label => true %>
|
|
|
|
|
<!--Added by young-->
|
|
|
|
|
<%= javascript_tag do %>
|
|
|
|
|
observeAutocompleteField('issue_subject',
|
|
|
|
@ -55,15 +52,16 @@
|
|
|
|
|
<label class="label"> 描述 : </label>
|
|
|
|
|
<%= f.label_for_field :description, :required => @issue.required_attribute?('description'), :no_label => true, :class => "label" %>
|
|
|
|
|
<%= link_to_function image_tag('edit.png'), '$(this).hide(); $("#issue_description_and_toolbar").show()' unless @issue.new_record? %>
|
|
|
|
|
<%= content_tag 'span', :id => "issue_description_and_toolbar", :style => (@issue.new_record? ? nil : 'display:none') do %>
|
|
|
|
|
<%= f.text_area :description,
|
|
|
|
|
:rows => (@issue.description.blank? ? 10 : [[10, @issue.description.length / 50].max, 100].min),
|
|
|
|
|
:accesskey => accesskey(:edit),
|
|
|
|
|
:class => "w583",
|
|
|
|
|
:no_label => true %>
|
|
|
|
|
<%= content_tag 'span', :id => "issue_description_and_toolbar" do %>
|
|
|
|
|
<%= f.kindeditor :description,:editor_id => "issue_desc_editor",
|
|
|
|
|
# :rows => (@issue.description.blank? ? 10 : [[10, @issue.description.length / 50].max, 100].min),
|
|
|
|
|
# :accesskey => accesskey(:edit),
|
|
|
|
|
# :class => "w583",
|
|
|
|
|
:width=>'87%',
|
|
|
|
|
:resizeType => 0,
|
|
|
|
|
:no_label => true %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<%= wikitoolbar_for 'issue_description' %>
|
|
|
|
|
<%#= wikitoolbar_for 'issue_description' %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</li>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
@ -96,20 +94,20 @@
|
|
|
|
|
</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 "",
|
|
|
|
|
<!--<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>-->
|
|
|
|
|
<!--</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>-->
|
|
|
|
|
<!--<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}) %>
|
|
|
|
|