##// END OF EJS Templates
Issue destroy : Reassign time issue autocomplete (#24692)....
Jean-Philippe Lang -
r15783:f0c9c0ef23ef
parent child
Show More
@@ -10,6 +10,7
10 <% if @project %>
10 <% if @project %>
11 <label><%= radio_button_tag 'todo', 'reassign', false, :onchange => 'if (this.checked) { $("#reassign_to_id").focus(); }' %> <%= l(:text_reassign_time_entries) %></label>
11 <label><%= radio_button_tag 'todo', 'reassign', false, :onchange => 'if (this.checked) { $("#reassign_to_id").focus(); }' %> <%= l(:text_reassign_time_entries) %></label>
12 <%= text_field_tag 'reassign_to_id', params[:reassign_to_id], :size => 6, :onfocus => '$("#todo_reassign").attr("checked", true);' %>
12 <%= text_field_tag 'reassign_to_id', params[:reassign_to_id], :size => 6, :onfocus => '$("#todo_reassign").attr("checked", true);' %>
13 <%= javascript_tag "observeAutocompleteField('reassign_to_id', '#{escape_javascript auto_complete_issues_path(:project_id => @project)}')" %>
13 <% end %>
14 <% end %>
14 </p>
15 </p>
15 </div>
16 </div>
General Comments 0
You need to be logged in to leave comments. Login now