Sha256: 6d736670800e3616cf10ae5655e1d213b4b1ddcdf0d599a99355cdfde7b7b156

Contents?: true

Size: 240 Bytes

Versions: 5

Compression:

Stored size: 240 Bytes

Contents

- id = dom_id(@field_group)

- if @field_group.destroyed?
  $('##{id}').css('background-color', '#ffe4e1').slideUp(250);
- else
  $('#flash').html('#{ j t(:msg_cant_delete_field_group) }');
  crm.flash('warning');
  - flash[:warning] = nil

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/admin/field_groups/destroy.js.haml
fat_free_crm-0.22.0 app/views/admin/field_groups/destroy.js.haml
fat_free_crm-0.21.0 app/views/admin/field_groups/destroy.js.haml
fat_free_crm-0.20.1 app/views/admin/field_groups/destroy.js.haml
fat_free_crm-0.20.0 app/views/admin/field_groups/destroy.js.haml