%= error_messages_for 'document' %>
<%=_('Category')%> <%= options_from_collection_for_select @categories, "id", "name",@document.category_id %>
<%=_('Title')%> * <%= text_field 'document', 'title', :size => 60 %>
<%=_('Description')%> * <%= text_area 'document', 'descr', :cols => 60, :rows => 5 %>