Sha256: 1bfd8492b485e15802dc9328d3466944f781a6d7b3202a67cb1e59c65392aa7a

Contents?: true

Size: 649 Bytes

Versions: 11

Compression:

Stored size: 649 Bytes

Contents

<% form_tag :action=>"new" do %>
<p>
  <label for="page_title">Location:</label><br/>
   /pages/<%= text_field 'page', 'name', :size => 16  %>
</p>
<p>
  <label for="page_title">Title:</label><br />
  <%= text_field 'page', 'title', :size => 20  %>
</p>
<p>
  <label for="page_body">Content:</label><br />
  <%= text_area 'page', 'body', :rows => 10  %>
</p>
<p>
<label for="page_text_filter">Textfilter: </label><%= select 'page', 'text_filter', text_filter_options %><br/>
</p>

<div id="operations">
  <%= save("Save Post") %> or <a href="#" onclick="new Effect.BlindUp('quick-post', {duration: 0.4}); return false;" >Cancel</a>
</div>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/pages/_quick_post.rhtml
typo-5.0.2 app/views/admin/pages/_quick_post.html.erb
typo-4.1 app/views/admin/pages/_quick_post.rhtml
typo-5.0.1 app/views/admin/pages/_quick_post.html.erb
typo-5.0.3.98.1 app/views/admin/pages/_quick_post.html.erb
typo-5.0 app/views/admin/pages/_quick_post.html.erb
typo-5.0.3.98 app/views/admin/pages/_quick_post.html.erb
typo-5.1.1 app/views/admin/pages/_quick_post.html.erb
typo-5.1.2 app/views/admin/pages/_quick_post.html.erb
typo-5.1.3 app/views/admin/pages/_quick_post.html.erb
typo-5.1 app/views/admin/pages/_quick_post.html.erb