Sha256: 488e78ec6ae16823ec845581c83992ffa7a0ba708e996fa266dcc56c1e90fd31

Contents?: true

Size: 314 Bytes

Versions: 7

Compression:

Stored size: 314 Bytes

Contents

  <% @page_heading = _('Text Filters') %>

  <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

7 entries across 7 versions & 1 rubygems

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