Sha256: aace76382f8e05443c4a4faff296819b5d59ca10f1943c8e7c5f10d3593c0fc5

Contents?: true

Size: 693 Bytes

Versions: 7

Compression:

Stored size: 693 Bytes

Contents

  <% form_tag :action=>"new" do %>
<p>
  <label for="articles_title"><%= _("Title")%>:</label><br />
  <%= text_field 'article', 'title'  %>
</p>
<p>
<p>
  <label for="categories[]"><%= _("Categories")%>:</label><br />
  <select name="categories[]" multiple="multiple" size="3" style="width:250px;">
  <%= options_from_collection_for_select(@categories, "id", "name", @selected) %>
  </select>
</p>
<p>
  <label for="articles_body"><%= _("Article")%>:</label><br />
  <%= text_area 'article', 'body', :rows => 10  %>
</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

7 entries across 7 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/content/_quick_post.rhtml
typo-5.0.2 app/views/admin/content/_quick_post.html.erb
typo-4.1 app/views/admin/content/_quick_post.rhtml
typo-5.0.1 app/views/admin/content/_quick_post.html.erb
typo-5.0.3.98.1 app/views/admin/content/_quick_post.html.erb
typo-5.0 app/views/admin/content/_quick_post.html.erb
typo-5.0.3.98 app/views/admin/content/_quick_post.html.erb