Ignore:
Timestamp:
09/07/11 16:23:02 (13 years ago)
Author:
airton
Message:

Ticket #2267 - Exibir mais detalhes dos contatos retornados na busca rapida de destinatarios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/preferences.php

    r4231 r5075  
    257257                } 
    258258 
     259                if ($GLOBALS['phpgw_info']['user']['preferences']['expressoMail']['catalog_search'])   
     260                               $GLOBALS['phpgw']->preferences->change('expressoMail', 'catalog_search', $_POST['catalog_search']);   
     261                         else    
     262                               $GLOBALS['phpgw']->preferences->add('expressoMail', 'catalog_search', $_POST['catalog_search']);  
     263                 
     264                 
    259265                if ($GLOBALS['phpgw_info']['user']['preferences']['expressoMail']['use_shortcuts']) 
    260266                        $GLOBALS['phpgw']->preferences->change('expressoMail','use_shortcuts',$_POST['use_shortcuts']); 
     
    383389        $GLOBALS['phpgw']->template->set_var('lang_Would_you_like_to_use_local_messages_?',lang('Would you like to use local messages?')); 
    384390 
     391        $GLOBALS['phpgw']->template->set_var('lang_global_catalog', lang('Global Catalog'));  
     392        $GLOBALS['phpgw']->template->set_var('lang_personal_catalog', lang('Personal Catalog'));  
     393        $GLOBALS['phpgw']->template->set_var('lang_all_catalog', lang('All Catalogs'));  
     394         
    385395        $GLOBALS['phpgw']->template->set_var('url_offline','offline.php'); 
    386396        $GLOBALS['phpgw']->template->set_var('url_icon','templates/default/images/offline.png'); 
Note: See TracChangeset for help on using the changeset viewer.