Ignore:
Timestamp:
08/03/11 09:06:59 (13 years ago)
Author:
fernando-alberto
Message:

Ticket #1269 - Desenvolvimento da nova solucao de arquivamento local MailArchiver?, novo offsetGMT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/expressoMail1_2/MailArchiver/2.2/expressoMail1_2/js/main.js

    r4665 r4893  
    1414 
    1515function init(){ 
    16         if (!is_ie) 
     16        if (!is_ie) 
    1717                Element('tableDivAppbox').width = '100%'; 
    1818 
     
    2424 
    2525        } 
     26        //MailArchiver save offset to gmt user preference data to list correctly date/time from messages list 
     27        var save_gmtoffset = function(data){ 
     28            gmtoffset = data; 
     29        } 
     30         
    2631        var save_preferences = function(data){ 
    2732 
     
    6671                cExecute ("$this.imap_functions.get_folders_list&onload=true", update_menu); 
    6772                cExecute ("$this.db_functions.get_dropdown_contacts", save_contacts); //Save contacts needs preferences. 
     73                 
    6874                if(preferences.hide_folders == "1") 
    6975                        Element('divAppboxHeader').innerHTML =  title_app_menu; 
     
    101107 
    102108        cExecute ("$this.functions.get_preferences", save_preferences); 
     109        //MailArchiver invoke get_offset_gmt from imap functions 
     110        cExecute ("$this.imap_functions.get_offset_gmt", save_gmtoffset); 
     111         
    103112        cExecute ("phpgwapi.browser.isMobile", function( data ) 
    104113        { 
Note: See TracChangeset for help on using the changeset viewer.