Sha256: c04e4aefb820db9b083ccda91152475e36d91f334c7ed7736cc4fc51225f1b09

Contents?: true

Size: 1.5 KB

Versions: 1

Compression:

Stored size: 1.5 KB

Contents

.actions
  = link_to_new_resource(Contact)
  = link_to_collection(Company)

-# Email actions (template, newsletter)
- etag, ntag = contact_email_template_select_tag, contact_newsletter_select_tag
- if [etag, ntag].any?(&:present?)
  %fieldset
    %legend= e9_t(:email_actions_legend)
    - if etag
      = form_tag new_contact_email_path, :method => :get, :id => 'contact_email_form', 'data-empty' => e9_t(:no_contacts_notification), 'data-count' => @contact_ids.length do
        = etag
        = hidden_field_tag 'uids', @contact_ids.join(','), :id => 'contact_email_uids'
        = submit_tag e9_t(:send_email_template), :name => nil
    - if ntag
      = form_tag send_email_admin_user_email_path('__ID__'), :method => :put, :id => 'contact_newsletter_form', 'data-confirm' => e9_t(:contact_newsletter_confirmation, :count => collection.length), 'data-empty' => e9_t(:no_contacts_notification), 'data-count' => @contact_ids.length  do
        = ntag
        = hidden_field_tag 'uids', @contact_ids.join(','), :id => 'contact_newsletter_uids'
        = submit_tag e9_t(:send_email_newsletter), :name => nil

-# Search filter options
%fieldset
  %legend= e9_t(:search_options_legend)
  = form_tag(resource_class, :method => :get, :id => 'contact_search_form') do
    = label_tag 'contact_search_field', t(:search)
    = text_field_tag 'search', params[:search], :id => 'contact_search_field'
    = submit_tag t(:go), :name => nil
  = render 'tag_table'
  .actions
    = submit_tag t(:clear), :name => nil, :id => 'contact_search_clear'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
e9_crm-0.1.10 app/views/e9_crm/contacts/_index_sidebar.html.haml