Explorar o código

desing configOptions

andre %!s(int64=5) %!d(string=hai) anos
pai
achega
84b5316073
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  1. 1 8
      zimbraSingle.inc

+ 1 - 8
zimbraSingle.inc

@@ -394,14 +394,7 @@ 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",
-    );
+    $configOptions['cosDescription'] = array();
     $apiDomainManager = new Zm_Domain($api);
     $response = $apiDomainManager->getAllDomains();
     if(is_a($response, "Exception")) {