Mercurial > hg > soundsoftware-site
comparison app/views/issues/.svn/text-base/bulk_edit.rhtml.svn-base @ 119:8661b858af72
* Update to Redmine trunk rev 4705
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 14:12:06 +0000 |
parents | 94944d00e43c |
children | cbce1fd3b1b7 |
comparison
equal
deleted
inserted
replaced
39:150ceac17a8d | 119:8661b858af72 |
---|---|
41 <% if @project %> | 41 <% if @project %> |
42 <p> | 42 <p> |
43 <label><%= l(:field_fixed_version) %></label> | 43 <label><%= l(:field_fixed_version) %></label> |
44 <%= select_tag('issue[fixed_version_id]', content_tag('option', l(:label_no_change_option), :value => '') + | 44 <%= select_tag('issue[fixed_version_id]', content_tag('option', l(:label_no_change_option), :value => '') + |
45 content_tag('option', l(:label_none), :value => 'none') + | 45 content_tag('option', l(:label_none), :value => 'none') + |
46 version_options_for_select(@project.shared_versions.open)) %> | 46 version_options_for_select(@project.shared_versions.open.sort)) %> |
47 </p> | 47 </p> |
48 <% end %> | 48 <% end %> |
49 | 49 |
50 <% @custom_fields.each do |custom_field| %> | 50 <% @custom_fields.each do |custom_field| %> |
51 <p><label><%= h(custom_field.name) %></label> <%= custom_field_tag_for_bulk_edit('issue', custom_field) %></p> | 51 <p><label><%= h(custom_field.name) %></label> <%= custom_field_tag_for_bulk_edit('issue', custom_field) %></p> |