<%= _('Edit welcome page') %>
<%= labelled_form_for :welcome_page do |f| %>
<%= error_messages_for :welcome_page %>
<%= f.check_box(:published) %>
<%= _('Your welcome page will only be displayed if this options is selected.') %>
<%= f.text_area(:body, :cols => 40, :style => 'width: 100%', :class => 'mceEditor') %>
<%= _('This page will be displayed to the user after his signup with this template.') %>
<%= button_bar do%>
<%= submit_button('save', _('Save'), :cancel => @back_to) %>
<% end %>
<% end %>
<%= render :file => 'shared/tiny_mce' %>