ShuanghongS 6 mesiacov pred
rodič
commit
48209e1c3b
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      main_new_version.php

+ 3 - 3
main_new_version.php

@@ -103,14 +103,14 @@ switch ($action) {
             //     "children"=>array(array("index" =>$index.'-1',"label" =>"Operation Log","path"=>"/Operationlog")));
             $systemManagement = array("index"=>"$index","label"=>"System Management","icon"=>"icon_system__management_fill_b","type"=>"list"); 
             $children  = array(); 
-            $children[] = array("index" =>$index.'-1',"label" =>"System Message","path"=>"/system-message");
-            $children[] = array("index" =>$index.'-2',"label" =>"System Settings","path"=>"/SystemSettings");  
+            //$children[] = array("index" =>$index.'-1',"label" =>"System Message","path"=>"/system-message");
+            //$children[] = array("index" =>$index.'-2',"label" =>"System Settings","path"=>"/SystemSettings");  
             //只有chud的账户可以看日志记录
             if(strtolower(_getLoginName()) == "chud" 
                 || strtolower(_getLoginName()) == strtolower("IT.Andywu") 
                 || strtolower(_getLoginName()) == "ra.admin"){
                     $children[] = array("index" =>$index.'-3',"label" =>"Operation Log","path"=>"/Operationlog");
-                    $children[] = array("index" =>$index.'-4',"label" =>"Prompt Configuration","path"=>"/PromptConfiguration");  
+                    //$children[] = array("index" =>$index.'-4',"label" =>"Prompt Configuration","path"=>"/PromptConfiguration");  
             }
             $systemManagement["children"] = $children;
             if (!empty($children)){