|
|
@@ -393,6 +393,7 @@ function zimbraSingleConfigOptions($params) {
|
|
|
"Type" => "dropdown",
|
|
|
"Options" => implode(',', $cosNames),
|
|
|
"Description" => "Select COS",
|
|
|
+ 'SimpleMode' => true,
|
|
|
);
|
|
|
$apiDomainManager = new Zm_Domain($api);
|
|
|
$response = $apiDomainManager->getAllDomains();
|
|
|
@@ -413,6 +414,7 @@ function zimbraSingleConfigOptions($params) {
|
|
|
"Multiple" => true,
|
|
|
"Options" => implode(',', $domainNames),
|
|
|
"Description" => "select maildomains",
|
|
|
+ 'SimpleMode' => true,
|
|
|
);
|
|
|
/* foreach($domainNames as $domainName) {
|
|
|
$configOptions[$domainName] = array(
|