Sha256: b25f75ef599afbad0d5ea8c77d7947617cd7d21c72614ea4b5403dfa5e9a3848

Contents?: true

Size: 964 Bytes

Versions: 15

Compression:

Stored size: 964 Bytes

Contents

= hook(:lead_top_section, self, :f => f) do
  .section
    %table
      %tr
        %td
          .label.top{ :class => "#{Setting.require_first_names ? 'req' : nil}" } #{t :first_name}:
          = f.text_field :first_name, :autofocus => true
        %td= spacer
        %td
          .label.top{ :class => "#{Setting.require_last_names ? 'req' : nil}" } #{t :last_name}:
          = f.text_field :last_name
      %tr
        %td
          .label #{t :email}:
          = f.text_field :email
        %td= spacer
        %td
          .label #{t :phone}:
          = f.text_field :phone

      - if Setting.background_info && Setting.background_info.include?(:lead)
        %tr
          %td(colspan="3")
            .label= t(:background_info) << ':'
            = f.text_area :background_info, :style =>"width:500px", :rows => 3

      = render :partial => "/shared/tags", :locals => {:f => f, :span => 3}

      = hook(:lead_top_section_bottom, self, :f => f)

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/leads/_top_section.html.haml
fat_free_crm-0.15.2 app/views/leads/_top_section.html.haml
fat_free_crm-0.16.4 app/views/leads/_top_section.html.haml
fat_free_crm-0.14.1 app/views/leads/_top_section.html.haml
fat_free_crm-0.15.1 app/views/leads/_top_section.html.haml
fat_free_crm-0.16.3 app/views/leads/_top_section.html.haml
fat_free_crm-0.16.2 app/views/leads/_top_section.html.haml
fat_free_crm-0.16.1 app/views/leads/_top_section.html.haml
fat_free_crm-0.16.0 app/views/leads/_top_section.html.haml
fat_free_crm-0.15.0 app/views/leads/_top_section.html.haml
fat_free_crm-0.15.0.beta.2 app/views/leads/_top_section.html.haml
fat_free_crm-0.15.0.beta app/views/leads/_top_section.html.haml
fat_free_crm-0.14.0 app/views/leads/_top_section.html.haml
reduced_fat_crm-0.15.0.beta app/views/leads/_top_section.html.haml
reduced_fat_crm-0.14.0 app/views/leads/_top_section.html.haml