Browse Source

design configOptions

andre 5 years ago
parent
commit
5859c4e9bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraSingle.inc

+ 1 - 1
zimbraSingle.inc

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