/** * Dialog potvrzení mazání položky * @param string $DialogID */ function __construct($DialogID) { parent::__construct($DialogID, NULL, ['title' => _('žádost o potvrzení')]); $this->setTagCss(['visibility' => 'hidden']); }
function SetUpUser(&$User, &$TargetObject = NULL) { $this->setDataValue('owner', $User->getUserID()); return parent::SetUpUser($User, $TargetObject); }