You are here

function cloud_zoom_admin_preset_edit_form_submit_reset in Cloud Zoom 6

Submit handler for the reset button - this removes all the default setting overrides for the current node/field/display options

File

./cloud_zoom.admin.inc, line 283
This file contains al the admin-only function

Code

function cloud_zoom_admin_preset_edit_form_submit_reset(&$form, &$form_state) {

  // TODO
  // Redirect the form back to the overview
  $form_state['redirect'] = 'admin/settings/cloudzoom';
}