2006-07-29 19:54:22 +00:00
|
|
|
<h2><%=l(:label_project_new)%></h2>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2011-12-09 18:15:55 +00:00
|
|
|
<% labelled_form_for @project do |f| %>
|
2006-09-02 13:33:23 +00:00
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
2011-07-21 15:51:58 +00:00
|
|
|
<%= submit_tag l(:button_create) %>
|
|
|
|
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
2009-01-22 16:34:54 +00:00
|
|
|
<%= javascript_tag "Form.Element.focus('project_name');" %>
|
2007-09-14 11:34:08 +00:00
|
|
|
<% end %>
|