<%=_('Mail notifications')%>

<%=_('Select actions for which mail notification should be enabled.')%>

<%= start_form_tag ({}, :id => 'mail_options_form')%> <% for action in @actions %> <%= check_box_tag "action_ids[]", action.id, action.mail_enabled? %> <%= action.descr %>
<% end %>

<%=_('Check all')%> | <%=_('Uncheck all')%>

<%= submit_tag _('Save') %> <%= end_form_tag %>