Sha256: 5c16142a3e0d03a0cc4614419634fd0a7d4305144e5d679b2428f168c8e275bd

Contents?: true

Size: 350 Bytes

Versions: 9

Compression:

Stored size: 350 Bytes

Contents

  <% @page_heading = 'Text Filters' %>

  <% content_for('tasks') do %>
  <% end %> 

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/textfilters/destroy.rhtml
typo-3.99.1 app/views/admin/textfilters/destroy.rhtml
typo-3.99.3 app/views/admin/textfilters/destroy.rhtml
typo-3.99.2 app/views/admin/textfilters/destroy.rhtml
typo-4.0.2 app/views/admin/textfilters/destroy.rhtml
typo-4.0.1 app/views/admin/textfilters/destroy.rhtml
typo-4.0.0 app/views/admin/textfilters/destroy.rhtml
typo-3.99.4 app/views/admin/textfilters/destroy.rhtml
typo-4.0.3 app/views/admin/textfilters/destroy.rhtml