Esempio n. 1
0
 /**
  * Common form elements.
  *
  * @return void
  */
 public function buildQuickForm()
 {
     CRM_Contact_Form_Inline_Lock::buildQuickForm($this, $this->_contactId);
     $buttons = array(array('type' => 'upload', 'name' => ts('Save'), 'isDefault' => TRUE), array('type' => 'cancel', 'name' => ts('Cancel')));
     $this->addButtons($buttons);
 }