Sha256: f66df5044f683749e6e614f47c42809f7344e47873aa61efd5ebde134b54a452

Contents?: true

Size: 304 Bytes

Versions: 9

Compression:

Stored size: 304 Bytes

Contents

  <% @page_heading = 'Text Filters' %>

  <h3>Creating text filter</h3>

  <%= start_form_tag({ :action => "new" }, :id => "textfilter_form") %>
  
  <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/new.rhtml
typo-3.99.3 app/views/admin/textfilters/new.rhtml
typo-3.99.2 app/views/admin/textfilters/new.rhtml
typo-3.99.1 app/views/admin/textfilters/new.rhtml
typo-3.99.4 app/views/admin/textfilters/new.rhtml
typo-4.0.0 app/views/admin/textfilters/new.rhtml
typo-4.0.2 app/views/admin/textfilters/new.rhtml
typo-4.0.1 app/views/admin/textfilters/new.rhtml
typo-4.0.3 app/views/admin/textfilters/new.rhtml