310a0f924a
git-svn-id: http://redmine.rubyforge.org/svn/trunk@12 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 lines
510 B
Plaintext
14 lines
510 B
Plaintext
<%= error_messages_for 'news' %>
|
|
|
|
<!--[form:news]-->
|
|
<p><label for="news_title"><%=_('Title')%></label> <span class="required">*</span><br/>
|
|
<%= text_field 'news', 'title', :size => 60 %></p>
|
|
|
|
<p><label for="news_summary"><%=_('Summary')%></label><br/>
|
|
<%= text_area 'news', 'summary', :cols => 60, :rows => 2 %></p>
|
|
|
|
<p><label for="news_description"><%=_('Description')%> <span class="required">*</span></label><br/>
|
|
<%= text_area 'news', 'description', :cols => 60, :rows => 10 %></p>
|
|
<!--[eoform:news]-->
|
|
|