Ignore:
Timestamp:
02/05/09 16:48:28 (15 years ago)
Author:
niltonneto
Message:

Resolve #422

File:
1 edited

Legend:

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

    r659 r660  
    23512351                '<span title="'+get_lang("Print")+'" class="message_options" onclick=print_all()>'+get_lang("Print")+'</span> | '+ 
    23522352                '<span title="'+get_lang("Export")+'" class="message_options" onclick="export_all_selected_msgs()">'+get_lang("Export")+'</span> | ' +  
    2353                 '<span title="'+get_lang("Import")+'" class="message_options" onclick="location.href=\'import.php\'">'+get_lang("Import")+'</span>'; 
     2353                '<span title="'+get_lang("Import")+'" class="message_options" onclick="import_window()">'+get_lang("Import")+'</span>'; 
    23542354         
    23552355        if (use_spam_filter) { 
Note: See TracChangeset for help on using the changeset viewer.