2006-07-29 23:54:22 +04:00
|
|
|
<h2><%=l(:label_document_new)%></h2>
|
2007-03-12 20:59:02 +03:00
|
|
|
|
|
|
|
<% form_tag( { :action => 'add_document', :id => @project }, :class => "tabular", :multipart => true) do %>
|
2006-07-29 23:54:22 +04:00
|
|
|
<%= render :partial => 'documents/form' %>
|
2006-09-02 17:33:23 +04:00
|
|
|
|
2007-03-12 20:59:02 +03:00
|
|
|
<div class="box">
|
2007-10-18 20:59:28 +04:00
|
|
|
<%= render :partial => 'common/attachments_form'%>
|
2006-09-02 17:33:23 +04:00
|
|
|
</div>
|
2007-03-12 20:59:02 +03:00
|
|
|
|
2006-07-29 23:54:22 +04:00
|
|
|
<%= submit_tag l(:button_create) %>
|
2007-01-26 22:56:25 +03:00
|
|
|
<% end %>
|
2007-03-12 20:59:02 +03:00
|
|
|
|
2006-06-28 22:11:03 +04:00
|
|
|
|