Chris@1296:

<%= l(:label_confirmation) %>

Chris@1296: Chris@1296: <%= form_tag({}, :method => :delete) do %> Chris@1296: <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join("\n").html_safe %> Chris@1296:
Chris@1296:

<%= l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) %>

Chris@1296:

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

Chris@1296:
Chris@1296: <%= submit_tag l(:button_apply) %> Chris@1296: <% end %>