|
@@ -105,7 +105,7 @@ class ProductConfigurationDataProvider extends BaseDataProvider implements Admin
|
|
|
$this->data['acc_size'] = Size::DEFAULT_ACC_SIZE;
|
|
$this->data['acc_size'] = Size::DEFAULT_ACC_SIZE;
|
|
|
$this->data['alias_limit'] = Size::DEFAULT_ALIAS_LIMIT;
|
|
$this->data['alias_limit'] = Size::DEFAULT_ALIAS_LIMIT;
|
|
|
$this->data['domain_alias_limit'] = Size::DEFAULT_DOMAIN_ALIAS_LIMIT;
|
|
$this->data['domain_alias_limit'] = Size::DEFAULT_DOMAIN_ALIAS_LIMIT;
|
|
|
- $this->data['cos_name'] = ClassOfServices::CUSTOM_ZIMBRA;
|
|
|
|
|
|
|
+ $this->data['cos_name'] = ClassOfServices::CUSTOM_KERIO;
|
|
|
$this->data['dist_list_limit'] = Size::DEFAULT_DIST_ALIAS_LIMIT;
|
|
$this->data['dist_list_limit'] = Size::DEFAULT_DIST_ALIAS_LIMIT;
|
|
|
$this->data['login_link'] = Kerio::DEFAULT_LOGIN_LINK;
|
|
$this->data['login_link'] = Kerio::DEFAULT_LOGIN_LINK;
|
|
|
$this->data['domainMaxSize'] = Size::UNLIMITED;
|
|
$this->data['domainMaxSize'] = Size::UNLIMITED;
|
|
@@ -113,8 +113,8 @@ class ProductConfigurationDataProvider extends BaseDataProvider implements Admin
|
|
|
|
|
|
|
|
/* available class of services*/
|
|
/* available class of services*/
|
|
|
$this->availableValues['cos_name'] = [
|
|
$this->availableValues['cos_name'] = [
|
|
|
- ClassOfServices::CUSTOM_ZIMBRA => $this->getLang()->absoluteT('addonAA', 'configuration', 'product', 'kerio', 'cos', 'Use Custom Settings'),
|
|
|
|
|
- ClassOfServices::ZIMBRA_CONFIG_OPTIONS => $this->getLang()->absoluteT('addonAA', 'configuration', 'product', 'kerio', 'cos', 'Allow clients to choose Class Of Service'),
|
|
|
|
|
|
|
+ ClassOfServices::CUSTOM_KERIO => $this->getLang()->absoluteT('addonAA', 'configuration', 'product', 'kerio', 'cos', 'Use Custom Settings'),
|
|
|
|
|
+ ClassOfServices::KERIO_CONFIG_OPTIONS => $this->getLang()->absoluteT('addonAA', 'configuration', 'product', 'kerio', 'cos', 'Allow clients to choose Class Of Service'),
|
|
|
ClassOfServices::CLASS_OF_SERVICE_QUOTA => $this->getLang()->absoluteT('addonAA', 'configuration', 'product', 'kerio', 'cos', 'Allow clients to choose Class Of Service Quota Per Account'),
|
|
ClassOfServices::CLASS_OF_SERVICE_QUOTA => $this->getLang()->absoluteT('addonAA', 'configuration', 'product', 'kerio', 'cos', 'Allow clients to choose Class Of Service Quota Per Account'),
|
|
|
];
|
|
];
|
|
|
|
|
|