????

Your IP : 3.128.203.120


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

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

<%= form_tag version_name_drive_entry_path(@drive_entry), { id: 'drive-version-name', method: :post, remote: true } do %>
  <%= render_flash_messages %>

  <p>
    <label><%=l(:label_drive_version_form_name)%></label>
    <%= text_field_tag(:version_name, @drive_entry.version_name) %>
  </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 %>