Ignore:
Timestamp:
12/04/09 14:41:37 (14 years ago)
Author:
amuller
Message:

Ticket #597 - melhoria no módulos gerenciador de arquivos do expresso livre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/js/draw_api.js

    r1748 r1750  
    220220                if (preferences.createdby_id =='1') newpage += fl.td+files[i].createdby_id+'</td>'; 
    221221                if (preferences.modifiedby_id =='1') newpage += fl.td+files[i].modifiedby_id+'</td>'; 
    222                 if (files[i].comment == null || files[i].comment.length == 0) 
    223                         files[i].comment = "&lt;"+get_lang("no comments")+"&gt;"; 
    224222                if (preferences.comment =='1') newpage += fl.td+'<span id="'+files[i].name+'">'+files[i].comment+'</span></td>'; 
    225223                if (preferences.version =='1') newpage += fl.td+'<span>'+files[i].version+'</span></td></tr>'; 
Note: See TracChangeset for help on using the changeset viewer.