????

Your IP : 3.133.113.101


Current Path : C:/inetpub/vhost/redmine/plugins/redmine_drive/app/views/drive_entries/
Upload File :
Current File : C:/inetpub/vhost/redmine/plugins/redmine_drive/app/views/drive_entries/_new_files_modal.html.erb

<h3 class="title"><%= l(:label_drive_new_files) %></h3>

<%= form_tag @submit_path, { id: 'new-files-form', multipart: true, method: :post, remote: true } do %>
  <%= render_flash_messages %>

  <p id="attachments_form">
    <label><%=l(:label_attachment_plural)%></label>
    <%= render partial: 'attachments/form', locals: { saved_attachments: @saved_attachments} %>
  </p>

  <p class="buttons">
    <%= submit_tag l(:button_add), name: nil, onclick: 'hideModal(this);' %>
    <%= submit_tag l(:button_cancel), name: nil, onclick: 'hideModal(this);', type: 'button' %>
  </p>
<% end %>