initIds('infoModal'); $this->addForm(new InfoForm()); } protected function initActionButtons() { if (!empty($this->actionButtons)) { return $this; } $this->addActionButton(new BaseCancelButton()); // $this->addActionButton(new BaseRedirectButton('cart.php?a=add&domain=transfer&sld=')); return $this; } }