96f83cc8f0
git-svn-id: http://redmine.rubyforge.org/svn/trunk@67 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 lines
392 B
Plaintext
15 lines
392 B
Plaintext
<h2><%=l(:label_document_new)%></h2>
|
|
|
|
<%= start_form_tag( { :action => 'add_document', :id => @project }, :class => "tabular", :multipart => true) %>
|
|
<%= render :partial => 'documents/form' %>
|
|
|
|
<div class="box">
|
|
<p><label for="attachment_file"><%=l(:label_attachment)%></label>
|
|
<%= file_field 'attachment', 'file' %></p>
|
|
</div>
|
|
|
|
<%= submit_tag l(:button_create) %>
|
|
<%= end_form_tag %>
|
|
|
|
|