|
|
@@ -36,39 +36,39 @@ class ConfigForm extends FormIntegration implements AdminArea
|
|
|
$this->setProvider(new ProductConfigurationDataProvider());
|
|
|
|
|
|
/** kerio setting section **/
|
|
|
-// $this->addSection(new KerioSettings());
|
|
|
+ $this->addSection(new KerioSettings());
|
|
|
|
|
|
/** essential features section **/
|
|
|
-// $this->addSection(new EssentialFeatures());
|
|
|
+ $this->addSection(new EssentialFeatures());
|
|
|
|
|
|
/** general features section **/
|
|
|
-// $this->addSection(new GeneralFeatures());
|
|
|
+ $this->addSection(new GeneralFeatures());
|
|
|
|
|
|
/** mail service features section **/
|
|
|
-// $this->addSection(new MailServiceFeatures());
|
|
|
+ $this->addSection(new MailServiceFeatures());
|
|
|
|
|
|
/** contact features section **/
|
|
|
-// $this->addSection(new ContactFeatures());
|
|
|
+ $this->addSection(new ContactFeatures());
|
|
|
|
|
|
/** calendar features section **/
|
|
|
-// $this->addSection(new CalendarFeatures());
|
|
|
+ $this->addSection(new CalendarFeatures());
|
|
|
|
|
|
/** search features section **/
|
|
|
-// $this->addSection(new SearchFeatures());
|
|
|
+ $this->addSection(new SearchFeatures());
|
|
|
|
|
|
/** search features section **/
|
|
|
-// $this->addSection(new MimeFeatures());
|
|
|
+ $this->addSection(new MimeFeatures());
|
|
|
|
|
|
/** class of service features section **/
|
|
|
// $this->addSection(new ClassOfServiceFeatures());
|
|
|
|
|
|
/** available features in ca **/
|
|
|
-// $this->addSection(new ClientAreaFeatures());
|
|
|
+ $this->addSection(new ClientAreaFeatures());
|
|
|
|
|
|
/** configurable option section**/
|
|
|
-// $this->addSection(new ConfigurableOptions());
|
|
|
+ $this->addSection(new ConfigurableOptions());
|
|
|
|
|
|
- $this->loadDataToForm();
|
|
|
+// $this->loadDataToForm();
|
|
|
}
|
|
|
|
|
|
}
|