##// END OF EJS Templates
Removes spaces before colons....
Jean-Philippe Lang -
r2312:ad059f963777
parent child
Show More
@@ -6,7 +6,7
6 <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %>
6 <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %>
7
7
8 <div class="box tabular">
8 <div class="box tabular">
9 <p><label for="new_project_id"><%=l(:field_project)%> :</label>
9 <p><label for="new_project_id"><%=l(:field_project)%>:</label>
10 <%= select_tag "new_project_id",
10 <%= select_tag "new_project_id",
11 options_from_collection_for_select(@allowed_projects, 'id', 'name', @target_project.id),
11 options_from_collection_for_select(@allowed_projects, 'id', 'name', @target_project.id),
12 :onchange => remote_function(:url => { :action => 'move' },
12 :onchange => remote_function(:url => { :action => 'move' },
@@ -14,7 +14,7
14 :update => 'content',
14 :update => 'content',
15 :with => "Form.serialize('move_form')") %></p>
15 :with => "Form.serialize('move_form')") %></p>
16
16
17 <p><label for="new_tracker_id"><%=l(:field_tracker)%> :</label>
17 <p><label for="new_tracker_id"><%=l(:field_tracker)%>:</label>
18 <%= select_tag "new_tracker_id", "<option value=\"\">#{l(:label_no_change_option)}</option>" + options_from_collection_for_select(@trackers, "id", "name") %></p>
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 <p><label for="copy_options_copy"><%= l(:button_copy)%></label>
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