|
|
@@ -8,6 +8,7 @@ use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Forms\SortedFieldForm;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Sections\AdditionalSection;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Sections\GeneralSection;
|
|
|
+use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\FormConstants;
|
|
|
|
|
|
use function ThurData\Servers\KerioEmail\Core\Helper\di;
|
|
|
|
|
|
@@ -20,7 +21,7 @@ class InfoForm extends SortedFieldForm implements ClientArea
|
|
|
public function initContent()
|
|
|
{
|
|
|
$this->initIds('infoForm');
|
|
|
- $this->setFormType('info');
|
|
|
+ $this->setFormType(FormConstants::READ);
|
|
|
$this->setProvider(new InfoSettingDataProvider());
|
|
|
$this->initFields();
|
|
|
$this->loadDataToForm();
|