Răsfoiți Sursa

new info form

andre 5 luni în urmă
părinte
comite
9e1f89eb4c
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -1,7 +1,7 @@
 <?php
 namespace ThurData\Servers\KerioEmail\App\UI\Client\Setting\Forms;
 
-use ThurData\Servers\KerioEmail\App\Traits\FormExtendedTrait;
+use ThurData\Servers\KerioEmail\core\UI\Traits\Alerts;
 use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Forms\SortedFieldForm;
 use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Providers\InfoSettingDataProvider;
 use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
@@ -31,6 +31,7 @@ class InfoForm extends BaseForm implements ClientArea
     private function initFields()
     {
         $this->setConfirmMessage("DNS Information");
+        $this->addInternalAlert('Test', 'info', 100);
         $this->addField(new Hidden("selfdns"));
         $this->addField(new Hidden("selfdomain"));
         $this->addField(new Text("mxactive"));