Parcourir la source

new info button

andre il y a 5 mois
Parent
commit
1d6b7e6a6d

+ 1 - 1
app/Services/ClientAreaSidebarService.php

@@ -111,7 +111,7 @@ class ClientAreaSidebarService
         $productManager->loadById($this->hosting()->packageid);
 
         /**
-         * @var $lang \ThurData\Servers\ProxmoxVps\Core\Lang\Lang
+         * @var $lang \ThurData\Servers\KerioEmail\Core\Lang\Lang
          */
         $lang  = sl("lang");
         $order = 671;

+ 3 - 3
app/UI/Client/Setting/Buttons/InfoButton.php

@@ -2,9 +2,9 @@
 
 namespace ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons;
 
-use ModulesGarden\Servers\ProxmoxCloudVps\App\UI\TaskHistory\Modals\InfoModal;
-use ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Interfaces\ClientArea;
-use ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\Buttons\ButtonDataTableModalAction;
+use ThurData\Servers\KerioEmail\App\UI\TaskHistory\Modals\InfoModal;
+use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
+use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonDataTableModalAction;
 
 class InfoButton extends ButtonDataTableModalAction implements ClientArea
 {

+ 1 - 1
core/Lang/Lang.php

@@ -3,7 +3,7 @@
 namespace ThurData\Servers\KerioEmail\Core\Lang;
 
 use ThurData\Servers\KerioEmail\Core\ModuleConstants;
-use ThurData\Servers\KerioEmail\Core\Models\Whmcs as wModels;;
+use ThurData\Servers\KerioEmail\Core\Models\Whmcs as wModels;
 use function ThurData\Servers\KerioEmail\Core\Helper\sl;
 
 /**