Changeset 5095


Ignore:
Timestamp:
09/20/11 15:05:59 (13 years ago)
Author:
niltonneto
Message:

Ticket #2280 - Corrigido problema do link para abrir janela de cota por subpasta.

Location:
branches/2.2/expressoMail1_2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/index.php

    r4684 r5095  
    229229                                "js/DropDownContacts.js," . 
    230230                                "js/doiMenuData.js," . 
     231                                "js/InfoQuota.js,". 
    231232                                "js/connector.js"; 
    232233         
  • branches/2.2/expressoMail1_2/js/InfoQuota.js

    r4525 r5095  
    33                this.win; 
    44                this.el;         
    5                 this.preLoad(); 
    65        } 
    76         
  • branches/2.2/expressoMail1_2/js/draw_api.js

    r4957 r5095  
    878878                                                        "TreeShow"); 
    879879        connector.loadAllScripts(scripts); 
    880         // Loading Quota View Folder Component (if exists...) 
    881         if(Element("table_quota")) 
    882                 connector.loadScript("InfoQuota"); 
    883880} 
    884881 
     
    30493046                table.parentNode.removeChild(table); 
    30503047        table = document.createElement("TABLE"); 
     3048        // Loading Quota View Folder Component 
     3049        InfoQuota.preLoad(); 
    30513050        tbody = document.createElement("TBODY"); 
    30523051        table.appendChild(tbody); 
  • branches/2.2/expressoMail1_2/setup/phpgw_pt-br.lang

    r4980 r5095  
    1 f% used expressoMail1_2 pt-br   % utilizado 
     1% used  expressoMail1_2 pt-br   % utilizado 
    22View Quota Usage in Folders     expressoMail1_2 pt-br   Visualizar quota utilizada por cada pasta 
    33You are currently using %1 (%2%).       expressoMail1_2 pt-br   Você está usando atualmente %1 (%2%). 
Note: See TracChangeset for help on using the changeset viewer.