Changeset 1789


Ignore:
Timestamp:
12/08/09 10:46:21 (14 years ago)
Author:
amuller
Message:

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

File:
1 edited

Legend:

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

    r1786 r1789  
    271271                if (preferences.createdby_id =='1') retBuff += fl.td+file.creatdby+'</td>'; 
    272272                if (preferences.modifiedby_id =='1') retBuff += fl.td+file.modifdby+'</td>'; 
    273                 if (preferences.comment =='1') retBuff += fl.td+'<input id="'+files[i].name+'" class="inputComment" onkeydown="enterComments(event,\''+files[i].name+'\')" onclick="presetComments(this)" onblur="setComments(this)" value="'+files[i].comm+'" alt="'+get_lang('Click to change comments')+'" title="'+get_lang('Click to change comments')+'"></input></td>'; 
     273                if (preferences.comment =='1') retBuff += fl.td+'<input id="'+file.name+'" class="inputComment" onkeydown="enterComments(event,\''+file.name+'\')" onclick="presetComments(this)" onblur="setComments(this)" value="'+file.comm+'" alt="'+get_lang('Click to change comments')+'" title="'+get_lang('Click to change comments')+'"></input></td>'; 
    274274                if (preferences.version =='1') retBuff += fl.td+'<span onclick="loadHistory(\''+file.name+'\')">'+file.vers+'</span></td>'; 
    275275                return retBuff; 
Note: See TracChangeset for help on using the changeset viewer.