Ticket #778: ticket778.patch
| File ticket778.patch, 0.6 KB (added by sp, 3 months ago) |
|---|
-
includes/qcubed/_core/base_controls/QDialogBase.class.php
38 38 { 39 39 protected $strClickedButtonId; 40 40 protected $blnHasCloseButton = true; 41 42 public function __construct($objParentObject, $strControlId = null) { 43 parent::__construct($objParentObject, $strControlId); 44 $this->blnDisplay = false; 45 } 41 46 42 47 public function getJqControlId() { 43 48 return $this->ControlId ."_ctl";
