steps += array( 'wizard_step50' => lang('Manage mapping'), ); // Field mapping $this->mapping_fields = array( 'account_id' => lang('Account ID'), 'account_lid' => lang('Group Name'), 'account_members' => lang('Members'), ); // Actions $this->actions = array( 'none' => lang('none'), 'update' => lang('update'), 'create' => lang('create'), 'delete' => lang('delete'), ); // Conditions $this->conditions = array( 'exists' => lang('exists'), ); } function wizard_step50(&$content, &$sel_options, &$readonlys, &$preserv) { $result = parent::wizard_step50($content, $sel_options, $readonlys, $preserv); return $result; } }