Mercurial > hg > soundsoftware-site
comparison .svn/pristine/ae/aefeab10a4ff6b2a67574515811a4defa07ce6aa.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 <h2><%= l(:label_confirmation) %></h2> | |
2 | |
3 <% form_tag do %> | |
4 <%= @issues.collect {|i| hidden_field_tag 'ids[]', i.id } %> | |
5 <div class="box"> | |
6 <p><strong><%= l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) %></strong></p> | |
7 <p> | |
8 <label><%= radio_button_tag 'todo', 'destroy', true %> <%= l(:text_destroy_time_entries) %></label><br /> | |
9 <label><%= radio_button_tag 'todo', 'nullify', false %> <%= l(:text_assign_time_entries_to_project) %></label><br /> | |
10 <label><%= radio_button_tag 'todo', 'reassign', false, :onchange => 'if (this.checked) { $("reassign_to_id").focus(); }' %> <%= l(:text_reassign_time_entries) %></label> | |
11 <%= text_field_tag 'reassign_to_id', params[:reassign_to_id], :size => 6, :onfocus => '$("todo_reassign").checked=true;' %> | |
12 </p> | |
13 </div> | |
14 <%= submit_tag l(:button_apply) %> | |
15 <% end %> |