%= render :file => 'shared/tiny_mce' %> <%= labelled_form_field(_("Sent by: "), f.text_field(:name)) %>
<%= label_tag(_("Email: %s") % task.email) %>
<%= 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) %> <%= labelled_form_field(_('Highlight this article'), f.check_box(:highlighted)) %>