Sha256: 818762670edc8ce878237922678c5eee8f16158b4c2afc8814ff98871f4b6af4

Contents?: true

Size: 371 Bytes

Versions: 9

Compression:

Stored size: 371 Bytes

Contents

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

  <%= 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

9 entries across 9 versions & 1 rubygems

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