Sha256: d14c157d168d570cb8599acb5ab99b15fbab56569e22780725bce315ba42257b

Contents?: true

Size: 1.81 KB

Versions: 2

Compression:

Stored size: 1.81 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?)
- if (etag = contact_newsletter_select_tag).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

  = form_tag(resource_class, :method => :get, :class => 'scope-selects') do
    = label_tag 'contact_company_select', Company.model_name.human
    %select{:name => 'company', :id => 'contact_company_select'}
      = company_select_options

  = render 'tag_table'
  .actions
    = submit_tag t(:clear_all_filters), :name => nil, :id => 'contact_search_clear'

Version data entries

2 entries across 2 versions & 1 rubygems

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