<%= render_mail_error(@errors) %>
<%= t("label_ezsummary_mail") %> <% form_tag :issue_id => issue, :action => "create", :html => { :method => :post, :id => "create_email_form"} do -%>
<%= label_tag 'recipients', "#{t('field_recipients')}: ", :class => 'required' %> <%= text_area_tag 'recipients', attributes[:recipients] %>
<%= label_tag 'subject', "#{t('field_subject')}: ", :class => 'required' %> <%= text_field_tag 'subject', attributes[:subject] || "#{issue.project.name} - #{issue.tracker.name} ##{issue.id}: #{issue.subject}" %>
<%= label_tag 'mail_content', "#{t('field_content')}: " %>
<%= submit_tag t("button_send_mail"), :id => "ez_send_mail", :action => 'create' %> <%= link_to_remote 'Submit', { :url => { :action => 'create' }, :with => "Form.serialize($('form_id'))" }, { :class => "style_class" } -%> <%= check_box_tag 'save_flag' %><%= label_tag 'save_flag', t("text_ezsummary_save_mail_tempate"), :title => t("text_tooltip_save_mail_tempate") %> <%= t("text_mail_content_desc") %>
<% end -%>