Sha256: c23aabd6712d92cb1b07eb94160f40f373a4ba43164753297f0acc735731985c

Contents?: true

Size: 376 Bytes

Versions: 7

Compression:

Stored size: 376 Bytes

Contents

  <% @page_heading = _('File Uploads') %>

  <% content_for('tasks') do %>
    <%= task_new _('Upload a new File') %>
  <% end %>

  <p><%= _("Are you sure you want to delete this file")%> ( <%= @file.filename -%> )?</p>
  <% form_tag :action => 'destroy' do %>
  <%= hidden_field "file", "id" %>
  <%= confirm_delete(_("Delete this file from the webserver?")) %>
  <% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/resources/destroy.rhtml
typo-4.1 app/views/admin/resources/destroy.rhtml
typo-5.0.1 app/views/admin/resources/destroy.html.erb
typo-5.0.2 app/views/admin/resources/destroy.html.erb
typo-5.0.3.98.1 app/views/admin/resources/destroy.html.erb
typo-5.0 app/views/admin/resources/destroy.html.erb
typo-5.0.3.98 app/views/admin/resources/destroy.html.erb