Sha256: 12e0ba6011f9918a1a639b65c992165d39b36676c326ae5cb612e2592c2790b6

Contents?: true

Size: 660 Bytes

Versions: 6

Compression:

Stored size: 660 Bytes

Contents

<%= error_messages_for 'category' %>
<div>
  <h2><label for="category_name"><%= _("Name")%></label> </h2>
  <p class='input_text_title'>
    <%= text_field :category, :name, :class => 'large title'  %>
  </p>
</div>
<div>
  <h3><label for="category_keywords" class="content block"><%= _("Keywords") %></label></h3>
  <p class='input_text_title'>
    <%= text_field :category, :keywords, :class => 'large small' %>
  </p>
</div>
<div>
  <h3><label for="category_description" class="content block"><%= _("Description") %></label></h3>
  <p class='input_text_title'>
    <%= text_area :category, :description, :rows => 5, :class => 'large small' %>
  </p>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/categories/_form.html.erb
typo-5.4.4 app/views/admin/categories/_form.html.erb
typo-5.4.3 app/views/admin/categories/_form.html.erb
typo-5.4.2 app/views/admin/categories/_form.html.erb
typo-5.4.1 app/views/admin/categories/_form.html.erb
typo-5.4 app/views/admin/categories/_form.html.erb