示例#1
0
文件: Inline.php 项目: kidaa30/yes
 /**
  * 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);
 }