_approve_article_accept_details.rhtml 645 Bytes
<%= render :file => 'shared/tiny_mce' %>

<%= 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)) %>

<% tiny = task.article && task.article.tiny_mce? ? {:tiny_mce => true} : {} %>
<%= render :partial => 'shared/lead_and_body', :locals => {:lead_id => task.id, :f => f}.merge(tiny)%>

<%= labelled_form_field _('Comment for author'), f.text_field(:closing_statment, :style => 'width: 488px;') %>