Sha256: 126f7f645fc3aa470537284bcf68c19813897042f1ddb72a50201f24859b033d

Contents?: true

Size: 349 Bytes

Versions: 4

Compression:

Stored size: 349 Bytes

Contents

  <% @page_heading = _('Text Filters') %>
  <% content_for('tasks') do %>
    <%= task_overview %>
  <% end %>
  
  <% form_tag({ :action => "edit", :id => @textfilter }, :id => "textfilter_form") do %>
  <h3><%= _("Editing textfilter")%></h3>

  <div class="form">
    <%= render :partial => "form" %>
  </div>

  <%= cancel_or_save %>
  <% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

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