##// END OF EJS Templates
Fixed: context submenus on the issue list don't show up with IE6....
Fixed: context submenus on the issue list don't show up with IE6. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1024 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r998:8e00f57a886a
r1011:7f3c5169400f
Show More
new.rhtml
13 lines | 339 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_document_new)%></h2>
<% form_tag({:controller => 'documents', :action => 'new', :project_id => @project}, :class => "tabular", :multipart => true) do %>
<%= render :partial => 'documents/form' %>
<div class="box">
<%= render :partial => 'common/attachments_form'%>
</div>
<%= submit_tag l(:button_create) %>
<% end %>