<%=l(:label_deliverable_new)%>

<% labelled_tabular_form_for :deliverable, @deliverable, :html => {:multipart => true, :id => 'deliverable-form'} do |f| %> <%= error_messages_for 'deliverable' %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_create) %> <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> <%= link_to_remote l(:label_preview), { :url => { :controller => 'deliverables', :action => 'preview', :project_id => @project }, :method => 'post', :update => 'preview', :with => "Form.serialize('deliverable-form')", :complete => "Element.scrollTo('preview')" }, :accesskey => accesskey(:preview) %> <%= javascript_tag "Form.Element.focus('deliverable_subject');" %> <% end %>
<% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %> <%= stylesheet_link_tag 'costs', :plugin => 'redmine_costs' %> <%= javascript_include_tag 'deliverables', :plugin => 'redmine_costs' %> <% end %>