Sha256: 1b512b6b0a2c04112881fd4bbb98fa16aa5f22a0a0dc60e23a7457c7c6cf6476

Contents?: true

Size: 913 Bytes

Versions: 34

Compression:

Stored size: 913 Bytes

Contents

<h2><%= l(:label_confirmation) %></h2>

<%= form_tag({}, :method => :delete)  do %>
<%= @issues.collect {|i| hidden_field_tag('ids[]', i.id, :id => nil)}.join("\n").html_safe %>
<div class="box">
<p><strong><%= l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) %></strong></p>
<p>
<label><%= radio_button_tag 'todo', 'destroy', true %> <%= l(:text_destroy_time_entries) %></label><br />
<label><%= radio_button_tag 'todo', 'nullify', false %> <%= l(:text_assign_time_entries_to_project) %></label><br />
<label><%= radio_button_tag 'todo', 'reassign', false, :onchange => 'if (this.checked) { $("#reassign_to_id").focus(); }' %> <%= l(:text_reassign_time_entries) %></label>
<%= text_field_tag 'reassign_to_id', params[:reassign_to_id], :size => 6, :onfocus => '$("#todo_reassign").attr("checked", true);' %>
</p>
</div>
<%= submit_tag l(:button_apply) %>
<% end %>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
redmine_extensions-0.0.39 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.0.38 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.0.37 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.11 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.10 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.0.36 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.0.34 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.09 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.07 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.06 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.05 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.04 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.03 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.0.33 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.02 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.1.01 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.0.29 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.0.28 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.0.27 spec/redmine/app/views/issues/destroy.html.erb
redmine_extensions-0.0.24 spec/redmine/app/views/issues/destroy.html.erb