Sha256: 938a8d6c9ed938a5d1a9b1ca3ebe0a970a20b3b7e102bbead86a653f53ea6af3

Contents?: true

Size: 340 Bytes

Versions: 5

Compression:

Stored size: 340 Bytes

Contents

<% form_tag :action=>"new" do %>

<p>
  <label for="category_name"><%= _("Title")%>:</label><br/>
  <%= text_field 'category', 'name'  %>
</p>

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

Version data entries

5 entries across 5 versions & 1 rubygems

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