Browse Source

new info button

andre 5 months ago
parent
commit
705b9805d9

+ 0 - 1
app/UI/Client/Setting/Buttons/EditSettingButton.php

@@ -24,7 +24,6 @@ class EditSettingButton extends ButtonDataTableModalAction implements ClientArea
     {
         $this->initIds('editSettingButton');
         $this->initLoadModalAction(new EditSettingModal());
-        $this->setDisableByColumnValue("mxactive", 'danger');
     }
 
 }

+ 2 - 0
app/UI/Client/Setting/Buttons/InfoButton.php

@@ -9,6 +9,8 @@ use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonDataTableModalActio
 class InfoButton extends ButtonDataTableModalAction implements ClientArea
 {
     protected $icon = 'lu-zmdi lu-zmdi-info-outline';
+    protected $id = "infoButton";
+    protected $title = "infoButton";
 
     public function initContent()
     {