|
|
@@ -394,6 +394,14 @@ function zimbraSingleConfigOptions($params) {
|
|
|
"Options" => implode(',', $cosNames),
|
|
|
"Description" => "Tick to use this COS",
|
|
|
);
|
|
|
+ $configOptions['cosDescription'] = array(
|
|
|
+ "FriendlyName" => "Notes",
|
|
|
+ "Type" => "textarea",
|
|
|
+ "Rows" => "3",
|
|
|
+ "Cols" => "50",
|
|
|
+ "Description" => "Description goes here",
|
|
|
+ "Default" => "The selected Zimbra instance offer these classes of service",
|
|
|
+ );
|
|
|
$apiDomainManager = new Zm_Domain($api);
|
|
|
$response = $apiDomainManager->getAllDomains();
|
|
|
if(is_a($response, "Exception")) {
|