Patch #7446 » bulk-edit-parent-1.1.0.patch
| redmine-1.1.0-bulk-edit-parent/app/views/issues/bulk_edit.rhtml 2011-01-25 16:51:04.693635900 -0700 | ||
|---|---|---|
| 10 | 10 |  | 
| 11 | 11 | <div class="splitcontentleft"> | 
| 12 | 12 | <p> | 
| 13 | <% if User.current.allowed_to?(:manage_subtasks, @project) %> | |
| 14 | <label><%= l(:field_parent_issue) %></label> | |
| 15 | <%= text_field_tag 'issue[parent_issue_id]', '', :size => 10 %> | |
| 16 | 	<%= javascript_tag "observeParentIssueField('#{auto_complete_issues_path(:id => @issue, :project_id => @project) }')" %>
 | |
| 17 | <% end %> | |
| 18 | </p> | |
| 19 | <p> | |
| 13 | 20 | <label><%= l(:field_tracker) %></label> | 
| 14 | 21 | 	<%= select_tag('issue[tracker_id]', "<option value=\"\">#{l(:label_no_change_option)}</option>" + options_from_collection_for_select(@trackers, :id, :name)) %>
 | 
| 15 | 22 | </p> | 
| 16 | 23 | |
- « Previous
- 1
- 2
- Next »