|
@@ -1,28 +1,13 @@
|
|
|
<?php
|
|
<?php
|
|
|
namespace ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Forms;
|
|
namespace ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Forms;
|
|
|
-use ThurData\Servers\KerioEmail\App\Libs\Product\ProductManager;
|
|
|
|
|
-use ThurData\Servers\KerioEmail\App\Libs\Kerio\Components\Api\Soap\Models\ClassOfService;
|
|
|
|
|
-use ThurData\Servers\KerioEmail\App\Libs\Kerio\Components\Api\Soap\Repository\ClassOfServices;
|
|
|
|
|
|
|
+
|
|
|
use ThurData\Servers\KerioEmail\App\Traits\FormExtendedTrait;
|
|
use ThurData\Servers\KerioEmail\App\Traits\FormExtendedTrait;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Forms\SortedFieldForm;
|
|
use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Forms\SortedFieldForm;
|
|
|
-use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Sections\RowSection;
|
|
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Providers\AccountDataProvider;
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Providers\AccountDataProvider;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Sections\AdditionalSection;
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Sections\AdditionalSection;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Sections\GeneralSection;
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Sections\GeneralSection;
|
|
|
-use ThurData\Servers\KerioEmail\App\Validators\PasswordsValidator;
|
|
|
|
|
-use ThurData\Servers\KerioEmail\App\Validators\RepeatPasswordValidator;
|
|
|
|
|
-use function ThurData\Servers\KerioEmail\Core\Helper\di;
|
|
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
|
|
use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\BaseForm;
|
|
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Hidden;
|
|
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Password;
|
|
|
|
|
-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\FormConstants;
|
|
|
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\HalfPageSection;
|
|
|
|
|
-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\RawSection;
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
*
|
|
*
|