|
|
@@ -2,6 +2,7 @@
|
|
|
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\App\UI\Admin\Custom\Forms\SortedFieldForm;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Providers\InfoSettingDataProvider;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
|
|
|
@@ -15,6 +16,8 @@ use function ThurData\Servers\KerioEmail\Core\Helper\di;
|
|
|
|
|
|
class InfoForm extends BaseForm implements ClientArea
|
|
|
{
|
|
|
+ use FormExtendedTrait;
|
|
|
+
|
|
|
public function initContent()
|
|
|
{
|
|
|
$this->initIds('infoForm');
|