فهرست منبع

new info form

andre 5 ماه پیش
والد
کامیت
3e9f203872
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      app/UI/Client/Setting/Forms/InfoForm.php

+ 1 - 3
app/UI/Client/Setting/Forms/InfoForm.php

@@ -15,8 +15,6 @@ use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\BaseForm;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\InputGroup;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\InputGroupElements;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\BoxSection;
-use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons\InfoButton;
-
 
 use function ThurData\Servers\KerioEmail\Core\Helper\di;
 
@@ -48,7 +46,7 @@ class InfoForm extends BaseForm implements ClientArea
         $row = new InputGroup('MX');
         $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
         $row->addInputAddon('', false, '→');
-        $row->addInputComponent((new InputGroupElements\Text('mxactive'))->addHtmlAttribute('readonly','true'))->addButton(new InfoButton());
+        $row->addInputComponent((new InputGroupElements\Text('mxactive'))->addHtmlAttribute('readonly','true'));
         $this->addSection($row);
         $row = new InputGroup('SPF');
         $row->addInputComponent((new InputGroupElements\Text('spfthurdata'))->addHtmlAttribute('readonly','true'));