2011-11-23 23:58:21 +04:00
|
|
|
<%= f.error_messages %>
|
2007-09-22 21:52:43 +04:00
|
|
|
<div class="box tabular">
|
2006-09-02 17:33:23 +04:00
|
|
|
<p><%= f.text_field :title, :required => true, :size => 60 %></p>
|
|
|
|
<p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p>
|
2007-03-11 17:22:53 +03:00
|
|
|
<p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p>
|
2012-02-23 17:07:27 +04:00
|
|
|
<p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form', :locals => {:container => @news} %></p>
|
2006-11-12 21:50:30 +03:00
|
|
|
</div>
|
2012-01-30 05:38:58 +04:00
|
|
|
|
2007-05-27 16:38:29 +04:00
|
|
|
<%= wikitoolbar_for 'news_description' %>
|