|
|
@@ -5,10 +5,9 @@ use ThurData\Servers\KerioEmail\App\Traits\FormExtendedTrait;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Traits\FormDataProvider;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Providers\InfoSettingDataProvider;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Hidden;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Forms\SortedFieldForm;
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\InputGroup;
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\InputGroupElements;
|
|
|
+use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Sections\AdditionalSection;
|
|
|
+use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Sections\GeneralSection;
|
|
|
|
|
|
use function ThurData\Servers\KerioEmail\Core\Helper\di;
|
|
|
|
|
|
@@ -35,6 +34,7 @@ class InfoForm extends SortedFieldForm implements ClientArea
|
|
|
private function initFields()
|
|
|
{
|
|
|
$this->addSection(new GeneralSection());
|
|
|
+ $this->addSection(new AdditionalSection());
|
|
|
|
|
|
}
|
|
|
}
|