andre преди 5 месеца
родител
ревизия
a5f6b4f566
променени са 1 файла, в които са добавени 3 реда и са изтрити 9 реда
  1. 3 9
      app/UI/Client/Setting/Buttons/EditSettingButton.php

+ 3 - 9
app/UI/Client/Setting/Buttons/EditSettingButton.php

@@ -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');
-
     }
 
 }