Sha256: 25be58a3e0a2087706821b26ce3270d9309bb4a6446e099aad2beec628d0086a

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

  <% @page_heading = _('Text Filters') %>
  <% content_for('tasks') do %>
    <%= task_overview %>
  <% end %>

  <p><%= _("Are you sure you want to delete this filter")%> '<%= @textfilter.name %>'?</p>
  <% form_tag :controller => '/admin/textfilters', :action => 'destroy' do %>
  <%= hidden_field "textfilter", "id" %>
  <%= confirm_delete(_("Delete this filter")) %>
  <% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.1.2 app/views/admin/textfilters/destroy.html.erb
typo-5.1.1 app/views/admin/textfilters/destroy.html.erb
typo-5.1.3 app/views/admin/textfilters/destroy.html.erb
typo-5.1 app/views/admin/textfilters/destroy.html.erb