<%= l(:label_confirmation) %>

<% form_tag do %> <%= @issues.collect {|i| hidden_field_tag 'ids[]', i.id } %>

<%= if @hours > 0 && !@entries.blank? l(:text_destroy_time_and_cost_entries_question, :hours => number_with_precision(@hours, :precision => 2), :cost_entries => summarized_cost_entries(@entries, false)) elsif @hours > 0 l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) else l(:text_destroy_cost_entries_question, :cost_entries => summarized_cost_entries(@entries, false)) end %>



<%= text_field_tag 'reassign_to_id', params[:reassign_to_id], :size => 6, :onfocus => '$("todo_reassign").checked=true;' %>

<%= submit_tag l(:button_apply) %> <% end %>