????

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/_copy_modal.html.erb

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

<%= form_tag copy_drive_entries_path(project_id: @project, current_folder_id: @current_folder.id, ids: @drive_entries), { id: 'copy-modal-form', method: :post, remote: true } do %>
  <%= render partial: 'folders_tree' %>
  <p class="buttons">
    <%= submit_tag l(:button_copy), name: nil, onclick: 'hideModal(this);' %>
    <%= submit_tag l(:button_cancel), name: nil, onclick: 'hideModal(this);', type: 'button' %>
  </p>
<% end %>