@@ -9,7 +9,7 | |||||
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' }, | |
13 | :method => :get, |
|
13 | :method => :get, | |
14 | :update => 'content', |
|
14 | :update => 'content', | |
15 | :with => "Form.serialize('move_form')") %></p> |
|
15 | :with => "Form.serialize('move_form')") %></p> |
General Comments 0
You need to be logged in to leave comments.
Login now