2011-04-13 10:19:51 +00:00
|
|
|
<%= f.hidden_field :parent_id %>
|
2010-01-14 10:30:53 +00:00
|
|
|
|
2009-07-06 08:23:34 +00:00
|
|
|
<p>
|
2011-04-13 10:19:51 +00:00
|
|
|
<%= f.label :name, t('admin.name') %>
|
2009-07-06 08:23:34 +00:00
|
|
|
<%= f.text_field :name, :class => 'text' %>
|
|
|
|
</p>
|
|
|
|
|
2011-04-13 10:19:51 +00:00
|
|
|
<p>
|
|
|
|
<%= f.label "content", t('admin.content') %>
|
|
|
|
<%= f.text_area "content", :size => '100x30' %>
|
2009-07-06 08:23:34 +00:00
|
|
|
</p>
|