|
@@ -10,14 +10,13 @@ use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ModalActionButtons\BaseCa
|
|
|
class InfoModal extends ModalConfirmDanger implements ClientArea
|
|
class InfoModal extends ModalConfirmDanger implements ClientArea
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
- protected $id = 'infoSettingModal';
|
|
|
|
|
- protected $name = 'infoSettingModal';
|
|
|
|
|
- protected $title = 'infoSettingModal';
|
|
|
|
|
- protected $index = 'infoSettingModal';
|
|
|
|
|
|
|
+ protected $id = 'infoModal';
|
|
|
|
|
+ protected $name = 'infoModal';
|
|
|
|
|
+ protected $title = 'infoModal';
|
|
|
|
|
|
|
|
public function initContent()
|
|
public function initContent()
|
|
|
{
|
|
{
|
|
|
- $this->initIds('infoSettingModal');
|
|
|
|
|
|
|
+ $this->initIds('infoModal');
|
|
|
$this->addForm(new InfoForm());
|
|
$this->addForm(new InfoForm());
|
|
|
}
|
|
}
|
|
|
|
|
|