Sha256: 448845871541167ce721d962893c3913138ca108f72adbc698e45d3689c309b5

Contents?: true

Size: 339 Bytes

Versions: 2

Compression:

Stored size: 339 Bytes

Contents

  <% @page_heading = _('Text Filters') %>
  
  <%= start_form_tag({ :action => "edit", :id => @textfilter }, :id => "textfilter_form") %>
  <h3><%= _("Editing textfilter")%></h3>

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

  <div id="operations">
    <%= save %> or <%= cancel %>  
  </div>

  <%= end_form_tag %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/textfilters/edit.rhtml
typo-4.1 app/views/admin/textfilters/edit.rhtml