@@ -6,7 +6,7 | |||
|
6 | 6 | <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %> |
|
7 | 7 | |
|
8 | 8 | <div class="box tabular"> |
|
9 |
<p><label for="new_project_id"><%=l(:field_project)%> |
|
|
9 | <p><label for="new_project_id"><%=l(:field_project)%>:</label> | |
|
10 | 10 | <%= select_tag "new_project_id", |
|
11 | 11 | options_from_collection_for_select(@allowed_projects, 'id', 'name', @target_project.id), |
|
12 | 12 | :onchange => remote_function(:url => { :action => 'move' }, |
@@ -14,7 +14,7 | |||
|
14 | 14 | :update => 'content', |
|
15 | 15 | :with => "Form.serialize('move_form')") %></p> |
|
16 | 16 | |
|
17 |
<p><label for="new_tracker_id"><%=l(:field_tracker)%> |
|
|
17 | <p><label for="new_tracker_id"><%=l(:field_tracker)%>:</label> | |
|
18 | 18 | <%= select_tag "new_tracker_id", "<option value=\"\">#{l(:label_no_change_option)}</option>" + options_from_collection_for_select(@trackers, "id", "name") %></p> |
|
19 | 19 | |
|
20 | 20 | <p><label for="copy_options_copy"><%= l(:button_copy)%></label> |
General Comments 0
You need to be logged in to leave comments.
Login now