Exemplo n.º 1
0
 function run()
 {
     $this->um->setParam('user', 'use_tooltips', false);
     $this->um->setParam('user', 'extern_commander', false);
     $this->um->setParam('user', 'auto_close', false);
     $this->loadOpenNodesOnly = false;
     parent::run();
 }
Exemplo n.º 2
0
 function drawLink(&$node, &$link, $last = false)
 {
     static $aclstrSet = false;
     if (!$this->arrFilled) {
         $this->fillArray($node);
     }
     if (!$aclstrSet) {
         $node->aclstr = SB_reqVal('acl');
         $aclstrSet = true;
     }
     parent::drawLink($node, $link, $last);
 }
Exemplo n.º 3
0
 function run()
 {
     $this->loadOpenNodesOnly = false;
     $this->um->setParam('user', 'menu_icon', true);
     parent::run();
 }