Explorar el Código

new settings section

andre hace 5 meses
padre
commit
a5f6b4f566
Se han modificado 1 ficheros con 3 adiciones y 9 borrados
  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()
     public function initContent()
     {
     {
-            logModuleCall(
-                'kerioEmail',
-                __FUNCTION__,
-                $this->data,
-                'Debug Data',
-                ''
-            );
+        $this->initIds('editSettingButton');
+        $this->setDisableByColumnValue("selfdns", 'unset');
+        $this->switchToRemoveBtn();
         $this->initLoadModalAction(new EditSettingModal());
         $this->initLoadModalAction(new EditSettingModal());
-        $this->setDisableByColumnValue('selfdns', 'unset');
-
     }
     }
 
 
 }
 }