2006-07-29 19:54:22 +00:00
|
|
|
<h2><%=l(:label_document_new)%></h2>
|
2007-03-12 17:59:02 +00:00
|
|
|
|
2007-12-18 18:50:41 +00:00
|
|
|
<% form_tag({:controller => 'documents', :action => 'new', :project_id => @project}, :class => "tabular", :multipart => true) do %>
|
2006-07-29 19:54:22 +00:00
|
|
|
<%= render :partial => 'documents/form' %>
|
2006-09-02 13:33:23 +00:00
|
|
|
|
2007-03-12 17:59:02 +00:00
|
|
|
<div class="box">
|
2008-02-29 19:46:58 +00:00
|
|
|
<p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
|
2006-09-02 13:33:23 +00:00
|
|
|
</div>
|
2007-03-12 17:59:02 +00:00
|
|
|
|
2006-07-29 19:54:22 +00:00
|
|
|
<%= submit_tag l(:button_create) %>
|
2007-01-26 19:56:25 +00:00
|
|
|
<% end %>
|
2007-03-12 17:59:02 +00:00
|
|
|
|
2006-06-28 18:11:03 +00:00
|
|
|
|