<%= _('e-Mail configuration') %>

<%= error_messages_for :task %> <% if profile.user.email_activation_pending? %>

<%= _('You already request activation of your mailbox. Please wait until an administrator approves your request.') %>

<% button_bar do %> <%= button :back, _('Back to control panel'), :controller => 'profile_editor' %> <% end %> <% else %> <% if profile.user.enable_email %>

<%= ('E-mail address') %>

<%= _('Configuration') %>

<% button_bar do %> <%= button :back, _('Back to control panel'), :controller => 'profile_editor' %> <% end %> <% else %>

<%= _("Enable e-Mail account below:") %>

<%= _("You'll be able to access a webmail from your user menu.") %>
<% button_bar do %> <%= button(:ok, _('Enable e-Mail'), { :action => 'enable' }, :method => 'post') %> <%= button :back, _('Back to control panel'), :controller => 'profile_editor' %> <% end %> <% end %> <% end %>