@@ -1,9 +1,9 | |||||
1 | <%= f.error_messages %> |
|
1 | <%= f.error_messages %> | |
2 | <div class="box tabular"> |
|
2 | <div class="box tabular"> | |
3 | <p><%= f.text_field :title, :required => true, :size => 60 %></p> |
|
3 | <p><%= f.text_field :title, :required => true, :size => 60 %></p> | |
4 | <p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p> |
|
4 | <p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p> | |
5 | <p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> |
|
5 | <p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> | |
6 | <p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %></p> |
|
6 | <p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %></p> | |
7 | </div> |
|
7 | </div> | |
8 |
|
8 | |||
9 | <%= wikitoolbar_for 'news_description' %> |
|
9 | <%= wikitoolbar_for 'news_description' %> |
General Comments 0
You need to be logged in to leave comments.
Login now