Changeset 709 for trunk


Ignore:
Timestamp:
03/19/09 16:28:38 (15 years ago)
Author:
eduardoalex
Message:

Ticket #467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/dftree/dftree.js

    r346 r709  
    224224{ 
    225225        var captionSpan; 
    226         if ((this.id != 'root') && (this.id != 'user')){ 
     226        if ((this.id != 'root') && (this.id != 'user') && (this.id !='local_root')){ 
    227227                captionSpan = getObjectById("l"+this.id+this._myTree.name); 
    228228                captionSpan.style.backgroundColor = 'white'; 
     
    234234{ 
    235235        var captionSpan; 
    236         if ((this.id != 'root') && (this.id != 'user')){ 
     236        if ((this.id != 'root') && (this.id != 'user') && (this.id !='local_root')){ 
    237237                captionSpan = getObjectById("l"+this.id+this._myTree.name); 
    238238                captionSpan.style.backgroundColor = ''; 
     
    300300        else //Nao tem onClick 
    301301        { 
    302                 if ((this.id != 'root') && (this.id != 'user')) //e nao seja raiz(root) ou pastas compartilhadas(user). 
     302                if ((this.id != 'root') && (this.id != 'user') && (this.id !='local_root')) //e nao seja raiz(root) ou pastas compartilhadas(user). 
    303303                        captionEventHandler = function () { _this._select();}; 
    304304        } 
Note: See TracChangeset for help on using the changeset viewer.