Changeset 346


Ignore:
Timestamp:
07/09/08 11:36:08 (16 years ago)
Author:
niltonneto
Message:
 
File:
1 edited

Legend:

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

    r324 r346  
    563563                        nodes[a].caption = get_lang("Shared Folders"); 
    564564                else 
    565                         nodes[a].caption = tmp_caption[0]; // alterado para mudar o nome das pastas compartilhadas numericas para o nome proprio 
    566                 //      nodes[a].caption = tmp[tmp.length-1]; 
     565                        nodes[a].caption = tmp_caption[0]; 
    567566                //nodes[a].caption = tmp[tmp.length-1] == 'INBOX' ? get_lang('Inbox') : tmp[tmp.length-1]; 
    568567                nodes[a].plusSign = node.plusSign; 
Note: See TracChangeset for help on using the changeset viewer.