Ignore:
Timestamp:
07/14/09 16:24:34 (15 years ago)
Author:
eduardoalex
Message:

Ticket #548 - Implementação do Expresso (Mail) Offline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/preferences.php

    r1040 r1121  
    320320                 
    321321                // Back to preferences. 
    322                 $url = ($GLOBALS['phpgw']->link('/'.'expressoMail1_2'.'/index.php')); 
     322                $url = ($GLOBALS['phpgw']->link('/'.'expressoMail1_2'.'/save_preferences.php')); 
    323323                $GLOBALS['phpgw']->redirect($url); 
    324324        } 
     
    371371        $GLOBALS['phpgw']->template->set_var('lang_Would_you_like_to_use_local_messages_?',lang('Would you like to use local messages?')); 
    372372 
     373        $GLOBALS['phpgw']->template->set_var('url_offline','offline.php'); 
     374        $GLOBALS['phpgw']->template->set_var('url_icon','templates/default/images/offline.png'); 
     375        $GLOBALS['phpgw']->template->set_var('user_uid',$GLOBALS['phpgw_info']['user']['account_id']); 
     376        $GLOBALS['phpgw']->template->set_var('user_login',$GLOBALS['phpgw_info']['user']['account_lid']); 
     377        $GLOBALS['phpgw']->template->set_var('lang_install_offline',lang('Install Offline')); 
     378        $GLOBALS['phpgw']->template->set_var('lang_pass_offline',lang('Offline Pass')); 
     379        $GLOBALS['phpgw']->template->set_var('lang_expresso_offline',lang('Expresso Offline')); 
     380        $GLOBALS['phpgw']->template->set_var('lang_uninstall_offline',lang('Uninstall Offline')); 
     381        $GLOBALS['phpgw']->template->set_var('lang_gears_redirect',lang('To use local messages you have to install google gears. Would you like to be redirected to gears installation page?')); 
     382        $GLOBALS['phpgw']->template->set_var('lang_offline_installed',lang('Offline success installed')); 
     383        $GLOBALS['phpgw']->template->set_var('lang_offline_uninstalled',lang('Offline success uninstalled')); 
     384        $GLOBALS['phpgw']->template->set_var('lang_only_spaces_not_allowed',lang('The password cant have only spaces')); 
     385         
    373386        $boemailadmin   = CreateObject('emailadmin.bo'); 
    374387        $emailadmin_profile = $boemailadmin->getProfileList(); 
Note: See TracChangeset for help on using the changeset viewer.