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