Ignore:
Timestamp:
07/19/11 17:44:12 (13 years ago)
Author:
airton
Message:

Ticket #2147 - Permitir ao usuario reportar problemas em mensagens de email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/main.js

    r4825 r4830  
    27592759                return arrayInvalidEmails; 
    27602760} 
     2761 
     2762                /* Função que chama a tela para o usuário reportar um erro no email. */  
     2763                function reports_window(currentTab){  
     2764                        ID_msg = currentTab.substr(0,currentTab.indexOf("_"));  
     2765                        report_wind.make_report_window(ID_msg);  
     2766                }  
     2767 
Note: See TracChangeset for help on using the changeset viewer.