Ignore:
Timestamp:
04/14/11 14:08:23 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1447 - Disponibilizar pacote Googlegears no expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/js/draw_api.js

    r3994 r4027  
    196196                                temp = confirm(get_lang("To use local messages you have to install google gears. Would you like to be redirected to gears installation page?")); 
    197197                                if (temp) { 
    198                                         location.href = "http://gears.google.com/?action=install&message="+ 
    199                                         "Para utilizar o recurso de mensagens locais, instale o google gears&return=" + 
    200                                         document.location.href; 
     198                                       if(is_win && is_gecko && preferences.gears_firefox_windows != "") 
     199                                            location.href = preferences.gears_firefox_windows; 
     200                                       else if(!is_win && is_gecko && preferences.gears_firefox_linux != "") 
     201                                           location.href = preferences.gears_firefox_linux; 
     202                                       else if(is_ie && preferences.gears_ie != "") 
     203                                           location.href = preferences.gears_ie; 
     204                                       else 
     205                                            location.href = "http://gears.google.com/?action=install&message="+get_lang("To use local messages, install Google Gears")+"&return="+document.location.href; 
    201206                                } 
    202207                                else { 
Note: See TracChangeset for help on using the changeset viewer.