|
|
@@ -1,20 +1,14 @@
|
|
|
<?php
|
|
|
namespace ThurData\Servers\KerioEmail\App\UI\Client\Setting\Forms;
|
|
|
|
|
|
-use ThurData\Servers\KerioEmail\core\UI\Traits\Alerts;
|
|
|
use ThurData\Servers\KerioEmail\App\Traits\FormExtendedTrait;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Traits\FormDataProvider;
|
|
|
-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;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Hidden;
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Select;
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Text;
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\FormConstants;
|
|
|
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 function ThurData\Servers\KerioEmail\Core\Helper\di;
|
|
|
|