Sha256: 0ceccbaabf1c6f51a93df0a0979b7aa59faf633f5ce8c8cd295caa368ddfbb1e

Contents?: true

Size: 663 Bytes

Versions: 9

Compression:

Stored size: 663 Bytes

Contents

<%= start_form_tag :action=>"new" %>
<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_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

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