Sha256: c3f92c0c32e1e8932d9ecf769e903c14b29d3d1f964287a9e09e32e47045e823

Contents?: true

Size: 364 Bytes

Versions: 2

Compression:

Stored size: 364 Bytes

Contents

  <% @page_heading = _('Text Filters') %>
  <% content_for('tasks') do %>
	<%= task_overview %>
  <% end %>
  <h3><%= _("Creating text filter")%></h3>

  <% form_tag({ :action => "new" }, :id => "textfilter_form") do %>

  <div class="form">
    <%= render_partial "form" %>
  </div>

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

  <% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

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