瀏覽代碼

new info button

andre 5 月之前
父節點
當前提交
4ba115c6a4
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/UI/Client/Setting/Buttons/InfoButton.php
  2. 1 1
      app/UI/Client/Setting/Modals/InfoModal.php

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

@@ -2,7 +2,7 @@
 
 namespace ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons;
 
-use ThurData\Servers\KerioEmail\App\UI\TaskHistory\Modals\InfoModal;
+use ThurData\Servers\KerioEmail\App\UI\Setting\Modals\InfoModal;
 use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonDataTableModalAction;
 

+ 1 - 1
app/UI/Client/Setting/Modals/InfoModal.php

@@ -12,7 +12,7 @@ class InfoModal extends ModalConfirmDanger implements ClientArea
 
     public function initContent()
     {
-        $this->initIds('infoTaskHistoryModal');
+        $this->initIds('infoSettingModal');
         $this->addForm(new InfoForm());
     }