%= error_messages_for 'news' %>
<%=_('Title')%> * <%= text_field 'news', 'title', :size => 60 %>
<%=_('Summary')%> * <%= text_area 'news', 'shortdescr', :cols => 60, :rows => 2 %>
<%=_('Description')%> * <%= text_area 'news', 'descr', :cols => 60, :rows => 10 %>