Changeset 5337


Ignore:
Timestamp:
01/10/12 09:51:50 (12 years ago)
Author:
niltonneto
Message:

Ticket #2432 - Removidos arquivos e referências da página preferences.php

Location:
trunk/expressoMail1_2
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/offline.php

    r3538 r5337  
    190190        // Get Preferences or redirect to preferences page. 
    191191        $GLOBALS['phpgw']->preferences->read_repository(); 
    192         /*if ($GLOBALS['phpgw_info']['user']['preferences']['expressoMail'] == null){ 
    193                 echo '<script>alert("' . lang('Dear user,\nthis is your first time in the ExpressoMail, your preferences must be saved.\nPlease, choose your preferences and click on the button Save.') . '")</script>'; 
    194                 echo "<script>location.href='./preferences.php'</script>"; 
    195         }*/      
    196192?> 
    197193 
  • trunk/expressoMail1_2/offline_preferences.php

    r3533 r5337  
    5050        $GLOBALS['phpgw']->template->set_var('root',$fwConstruct); 
    5151        $GLOBALS['phpgw']->template->set_var('offline_install_msg',lang("If you want to install a desktop shortcut for accessing the offline ExpressoMail please confirm it after pressing the Install offline button. </br> The application also can be accessed using the URL:" )); 
    52         $GLOBALS['phpgw']->template->set_var('save_action',$GLOBALS['phpgw']->link('/'.'expressoMail1_2'.'/preferences.php')); 
    5352        $GLOBALS['phpgw']->template->set_var('th_bg',$GLOBALS['phpgw_info']["theme"][th_bg]); 
    5453 
Note: See TracChangeset for help on using the changeset viewer.