Sha256: d1fd73ea000aaab53c45d70ade6060bcdd5a89b878f4fa488247e45bff7b979d

Contents?: true

Size: 1.14 KB

Versions: 15

Compression:

Stored size: 1.14 KB

Contents

= hook(:account_top_section, self, :f => f) do
  .section
    %table
      %tr
        %td(colspan="5")
          .label.top.req #{t :name}:
          = f.text_field :name, :autofocus => true, :style => "width:500px"
      %tr
        %td
          .label #{t :assigned_to}:
          = user_select(:account, User.without(current_user), current_user)
        %td= spacer
        %td
          .label #{t :category}:
          = f.select :category, Setting.unroll(:account_category), { :selected => (@account.category || "other").to_sym, :include_blank => t(:other) }, { :style => "width:160px" }
        %td= spacer
        %td
          .label #{t :rating}:
          = rating_select "account[rating]", { :id => :account_rating, :selected => @account.rating, :style => "width:160px" }

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

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

      = hook(:account_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/accounts/_top_section.html.haml
fat_free_crm-0.15.2 app/views/accounts/_top_section.html.haml
fat_free_crm-0.16.4 app/views/accounts/_top_section.html.haml
fat_free_crm-0.14.1 app/views/accounts/_top_section.html.haml
fat_free_crm-0.15.1 app/views/accounts/_top_section.html.haml
fat_free_crm-0.16.3 app/views/accounts/_top_section.html.haml
fat_free_crm-0.16.2 app/views/accounts/_top_section.html.haml
fat_free_crm-0.16.1 app/views/accounts/_top_section.html.haml
fat_free_crm-0.16.0 app/views/accounts/_top_section.html.haml
fat_free_crm-0.15.0 app/views/accounts/_top_section.html.haml
fat_free_crm-0.15.0.beta.2 app/views/accounts/_top_section.html.haml
fat_free_crm-0.15.0.beta app/views/accounts/_top_section.html.haml
fat_free_crm-0.14.0 app/views/accounts/_top_section.html.haml
reduced_fat_crm-0.15.0.beta app/views/accounts/_top_section.html.haml
reduced_fat_crm-0.14.0 app/views/accounts/_top_section.html.haml