|
|
@@ -26,16 +26,10 @@ class EditSettingButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
|
|
|
public function initContent()
|
|
|
{
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $this->data,
|
|
|
- 'Debug Data',
|
|
|
- ''
|
|
|
- );
|
|
|
+ $this->initIds('editSettingButton');
|
|
|
+ $this->setDisableByColumnValue("selfdns", 'unset');
|
|
|
+ $this->switchToRemoveBtn();
|
|
|
$this->initLoadModalAction(new EditSettingModal());
|
|
|
- $this->setDisableByColumnValue('selfdns', 'unset');
|
|
|
-
|
|
|
}
|
|
|
|
|
|
}
|