_suggest_article_accept_details.rhtml
839 Bytes
<%= labelled_form_field(_("Sent by: "), f.text_field(:name)) %>
<p><%= label_tag(_("Email: %s") % task.email) %> </p>
<%= required labelled_form_field(_('Title'), f.text_field(:article_name, :size => 50)) %>
<%= labelled_form_field(_('Source'), f.text_field(:source_name)) %>
<%= labelled_form_field(_("Source URL"), f.text_field(:source)) %>
<%= select_profile_folder(_('Select the folder where the article must be published'), "tasks[#{task.id}][task]", 'article_parent_id', task.target) %>
<div>
<%= labelled_form_field(_('Lead'), f.text_area(:article_abstract, :style => 'width: 482px; height: 200px;')) %>
</div>
<em><%= _('Used when a short version your text is needed.') %></em>
<div style="margin-top: 10px;">
<%= labelled_form_field(_('Text'), f.text_area(:article_body, :style => 'width:482px; height: 500px;')) %>
</div>