|
|
@@ -392,6 +392,7 @@ function zimbraSingleConfigOptions($params) {
|
|
|
"FriendlyName" => "Class of Service",
|
|
|
"Type" => "dropdown",
|
|
|
"Options" => implode(',', $cosNames),
|
|
|
+ "Description" => "Select COS",
|
|
|
);
|
|
|
$apiDomainManager = new Zm_Domain($api);
|
|
|
$response = $apiDomainManager->getAllDomains();
|
|
|
@@ -410,7 +411,7 @@ function zimbraSingleConfigOptions($params) {
|
|
|
$configOptions[$domainName] = array(
|
|
|
"FriendlyName" => $domainName,
|
|
|
"Type" => "yesno",
|
|
|
- 'SimpleMode' => true,
|
|
|
+ "Description" => "use this domain in customer selection?",
|
|
|
);
|
|
|
}
|
|
|
return $configOptions;
|