Mercurial > hg > soundsoftware-site
annotate .svn/pristine/24/243b7e66f51039da5e8cb3fc678989779b4b8dd0.svn-base @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 <h2><%= l(:label_confirmation) %></h2> |
Chris@1296 | 2 |
Chris@1296 | 3 <%= form_tag({}, :method => :delete) do %> |
Chris@1296 | 4 <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join("\n").html_safe %> |
Chris@1296 | 5 <div class="box"> |
Chris@1296 | 6 <p><strong><%= l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) %></strong></p> |
Chris@1296 | 7 <p> |
Chris@1296 | 8 <label><%= radio_button_tag 'todo', 'destroy', true %> <%= l(:text_destroy_time_entries) %></label><br /> |
Chris@1296 | 9 <label><%= radio_button_tag 'todo', 'nullify', false %> <%= l(:text_assign_time_entries_to_project) %></label><br /> |
Chris@1296 | 10 <label><%= radio_button_tag 'todo', 'reassign', false, :onchange => 'if (this.checked) { $("#reassign_to_id").focus(); }' %> <%= l(:text_reassign_time_entries) %></label> |
Chris@1296 | 11 <%= text_field_tag 'reassign_to_id', params[:reassign_to_id], :size => 6, :onfocus => '$("#todo_reassign").attr("checked", true);' %> |
Chris@1296 | 12 </p> |
Chris@1296 | 13 </div> |
Chris@1296 | 14 <%= submit_tag l(:button_apply) %> |
Chris@1296 | 15 <% end %> |