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