Ignore:
Timestamp:
11/23/09 10:58:52 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Melhorias no módulo gerenciados de arquivos

File:
1 edited

Legend:

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

    r1654 r1694  
    88        if (parseInt(quotaSize) != 0) 
    99                document.getElementById('content_quota').innerHTML = '<table width="102" cellspacing="0" cellpadding="0" border="0" id="table_quota"><tbody><tr><td width="102" nowrap="true" height="15" background="../phpgwapi/templates/default/images/dsunused.gif"><table cellspacing="0" cellpadding="0" border="0" style="width: '+parseInt((usedSpace/quotaSize)*100)+'%;"><tbody><tr><td height="15" class="dsused"/></tr></tbody></table></td><td nowrap="true" align="center"><span class="boxHeaderText">'+parseInt(usedSpace/quotaSize*100)+'% ('+(usedSpace/1024/1024).toFixed(1)+'M/'+(quotaSize/1024/1024)+'M)</span></td></tr></tbody></table></td></tr></table>'; 
    10         setTimeout('displayMessages();',500); 
     10        setTimeout('displayMessages()',500); 
    1111} 
    1212var headerMsgLock = false; 
     
    3838function displayMessages(){ 
    3939        var messages = document.getElementById("allMessages"); 
     40 
    4041        for (i=0; i < messages.childNodes.length; i++){ 
    4142                if (messages.childNodes[i].innerHTML.indexOf(get_lang('Error:')) == 0) 
Note: See TracChangeset for help on using the changeset viewer.