Changeset 1564


Ignore:
Timestamp:
10/30/09 09:15:59 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Arrumando quota do filemanager com imagem de fundo

Files:
1 added
1 deleted
3 edited

Legend:

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

    r1556 r1564  
    44var usedSpace = document.getElementById('usedSpace').value; 
    55 
    6 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="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+'M/'+quotaSize+'M)</span></td></tr></tbody></table></td></tr></table>' 
     6document.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+'M/'+quotaSize+'M)</span></td></tr></tbody></table></td></tr></table>' 
  • trunk/expressoMail1_2/js/draw_api.js

    r1518 r1564  
    25412541        td21.height="15"; 
    25422542        td22 = document.createElement("TD");     
    2543         td21.setAttribute("background","templates/"+template+"/images/dsunused.gif"); 
     2543        td21.setAttribute("background","../phpgwapi/templates/"+template+"/images/dsunused.gif"); 
    25442544        table221 = document.createElement("TABLE"); 
    25452545        tbody221 = document.createElement("TBODY"); 
  • trunk/expressoMail1_2/js/manifest

    r1495 r1564  
    145145          { "url": "../templates/default/images/bold.gif" }, 
    146146          { "url": "../templates/default/images/dsalert.gif" }, 
    147           { "url": "../templates/default/images/dsunused.gif" }, 
     147          { "url": "../../phpgwapi/templates/default/images/dsunused.gif" }, 
    148148          { "url": "../templates/default/images/dsused.gif" }, 
    149149          { "url": "../templates/default/images/dswarn.gif" }, 
Note: See TracChangeset for help on using the changeset viewer.