Sha256: ebb016ed24f37ea760f521ca323b8c76e27f2e9dc7db0fab6334913170b643f6

Contents?: true

Size: 751 Bytes

Versions: 18

Compression:

Stored size: 751 Bytes

Contents

= simple_form_for(@account, :html => one_submit_only, :remote => true) do |f|
  = link_to_close new_account_path
  = f.hidden_field :user_id

  = f.error_messages :object_name => t('account')

  = render "accounts/top_section",  :f => f
  = render "fields/edit_custom_field_group", :f => f
  = render "shared/add_comment", :f => f
  = render "accounts/contact_info", :f => f
  = render "fields/groups",  :f => f
  = render "entities/permissions",  :f => f, :entity => @account
  = hook(:entity_form, self, {f: f, entity: @account})

  .buttonbar
    - if Setting.compound_address
      = f.submit t(:create_account), :onclick => "crm.clear_all_hints()"
    - else
      = f.submit t(:create_account)
    #{t :or}
    = link_to_cancel new_account_path

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/accounts/_new.html.haml
fat_free_crm-0.15.2 app/views/accounts/_new.html.haml
fat_free_crm-0.16.4 app/views/accounts/_new.html.haml
fat_free_crm-0.14.1 app/views/accounts/_new.html.haml
fat_free_crm-0.15.1 app/views/accounts/_new.html.haml
fat_free_crm-0.16.3 app/views/accounts/_new.html.haml
fat_free_crm-0.16.2 app/views/accounts/_new.html.haml
fat_free_crm-0.16.1 app/views/accounts/_new.html.haml
fat_free_crm-0.16.0 app/views/accounts/_new.html.haml
fat_free_crm-0.15.0 app/views/accounts/_new.html.haml
fat_free_crm-0.15.0.beta.2 app/views/accounts/_new.html.haml
fat_free_crm-0.15.0.beta app/views/accounts/_new.html.haml
fat_free_crm-0.14.0 app/views/accounts/_new.html.haml
reduced_fat_crm-0.15.0.beta app/views/accounts/_new.html.haml
reduced_fat_crm-0.14.0 app/views/accounts/_new.html.haml
fat_free_crm-0.13.6 app/views/accounts/_new.html.haml
fat_free_crm-0.13.5 app/views/accounts/_new.html.haml
fat_free_crm-0.13.4 app/views/accounts/_new.html.haml