@@ -8,14 +8,14 | |||||
8 | </div> |
|
8 | </div> | |
9 | <%= submit_tag l(:button_create) %> |
|
9 | <%= submit_tag l(:button_create) %> | |
10 | <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> |
|
10 | <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> | |
11 |
<%= link_to_remote l(:label_preview), |
|
11 | <%= link_to_remote l(:label_preview), | |
12 | { :url => preview_issue_path(:project_id => @project), |
|
12 | { :url => preview_issue_path(:project_id => @project), | |
13 | :method => 'post', |
|
13 | :method => 'post', | |
14 | :update => 'preview', |
|
14 | :update => 'preview', | |
15 | :with => "Form.serialize('issue-form')", |
|
15 | :with => "Form.serialize('issue-form')", | |
16 | :complete => "Element.scrollTo('preview')" |
|
16 | :complete => "Element.scrollTo('preview')" | |
17 | }, :accesskey => accesskey(:preview) %> |
|
17 | }, :accesskey => accesskey(:preview) %> | |
18 |
|
18 | |||
19 | <%= javascript_tag "Form.Element.focus('issue_subject');" %> |
|
19 | <%= javascript_tag "Form.Element.focus('issue_subject');" %> | |
20 | <% end %> |
|
20 | <% end %> | |
21 |
|
21 |
General Comments 0
You need to be logged in to leave comments.
Login now