Browse Source

design configOptions

andre 5 years ago
parent
commit
6c57b91a25
1 changed files with 2 additions and 0 deletions
  1. 2 0
      zimbraSingle.inc

+ 2 - 0
zimbraSingle.inc

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