Ignore:
Timestamp:
01/04/10 15:23:37 (14 years ago)
Author:
valmir.sena
Message:

Ticket #849 - Criacao de caixas compartilhadas pelo administrador, commit inicial com as principais mudancas

Location:
trunk/expressoAdmin1_2/js/jscode
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/js/jscode/users.js

    r1594 r1913  
    667667                else{ 
    668668                        cExecute ('$this.user.write_log_from_ajax&_action='+action+'&userinfo='+uid, handler_write_log); 
    669                         alert(get_lang('Emptied ') + data.inbox_size + ' ' + get_lang('MB from user inbox')); 
     669                        alert(get_lang('Emptied')+' '+ data.inbox_size + ' ' + get_lang('MB from user inbox')); 
    670670                        document.getElementById('mailquota_used').value = data.mailquota_used; 
    671671                } 
    672672        } 
    673         cExecute ('$this.imap_functions.empty_inbox&uid='+uid, handler_empty_inbox); 
     673        cExecute ('$this.imap_functions.empty_user_inbox&uid='+uid, handler_empty_inbox); 
    674674} 
    675675 
Note: See TracChangeset for help on using the changeset viewer.