<% for issue in @issues %>
<%= link_to_issue issue %>: <%=h issue.subject %>
<%= hidden_field_tag "issue_ids[]", issue.id %>
<% end %>
(<%= @issues.length%> <%= lwr(:label_issue, @issues.length)%>)
<%= select_tag "new_project_id", options_from_collection_for_select(@projects, 'id', 'name', @target_project.id), :onchange => remote_function(:url => {:action => 'move_issues' , :id => @project}, :method => :get, :update => 'content', :with => "Form.serialize('move_form')") %>
<%= select_tag "new_tracker_id", "" + options_from_collection_for_select(@trackers, "id", "name") %>