<%=l(:label_document_new)%>

<%= start_form_tag( { :action => 'add_document', :id => @project }, :class => "tabular", :multipart => true) %> <%= render :partial => 'documents/form' %>

<%= file_field_tag 'attachments[]', :size => 30 %> (<%= l(:label_max_size) %>: <%= human_size(Attachment.max_size) %>)

<%= submit_tag l(:button_create) %> <%= end_form_tag %>