addButtons(array( array( 'type' => 'next', 'name' => ts('OK'), 'isDefault' => TRUE, ), array( 'type' => 'cancel', 'name' => ts('Cancel'), ), ) ); } /** * Process the form submission * * @access public * * @return void */ public function postProcess() { CRM_Core_BAO_CMSUser::synchronize(); } }