diff --git a/app/views/dmsf_upload/_multi_upload.html.erb b/app/views/dmsf_upload/_multi_upload.html.erb index 2512754b..be70f1a1 100644 --- a/app/views/dmsf_upload/_multi_upload.html.erb +++ b/app/views/dmsf_upload/_multi_upload.html.erb @@ -21,30 +21,31 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. %> +
+ +
-
- <%= form_tag({:controller => 'dmsf_upload', :action => 'upload_files', :id => @project, :folder_id => @folder}, - :id => 'uploadform', :method => :post, :multipart => true) do %> -
- -
-

<%= l(:label_upload) %>

-
+

<%= l(:label_upload) %>

+ +<%= form_tag({:controller => 'dmsf_upload', :action => 'upload_files', :id => @project, :folder_id => @folder}, + :id => 'uploadform', :method => :post, :multipart => true) do %> +
+

- <%= render :partial => 'attachments/form' %> -

- <%= submit_tag l(:label_upload) %> -
- <% end %> -
+ <%= render :partial => 'attachments/form' %> +

+
+ <%= submit_tag l(:label_upload) %> +
+<% end %>