ref: master
app/views/tasks/_approve_article_accept_details.html.erb
<%= task_email_template(_('Select an acceptance email template:'), @acceptance_email_templates, task) %> <%= labelled_form_field(_('Create a link'), f.check_box(:create_link)) %> <%= labelled_form_field(_('Name for publishing'), f.text_field(:name)) %> <%= 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)) %> <%= render :partial => 'shared/lead_and_body', :locals => {:lead_id => task.id, :f => f}%> <%= labelled_form_field _('Comment for author'), f.text_field(:closing_statment, :style => 'width: 488px;') %>