Chris@909:
<%=l(:label_project_new)%>
Chris@909:
Chris@909: <% labelled_tabular_form_for @project do |f| %>
Chris@909: <%= render :partial => 'form', :locals => { :f => f } %>
Chris@909: <%= submit_tag l(:button_create) %>
Chris@909: <%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
Chris@909: <%= javascript_tag "Form.Element.focus('project_name');" %>
Chris@909: <% end %>