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/index.php

    r4832 r5075  
    144144        $template->set_var("user_organization", $acc->get_organization($GLOBALS['phpgw_info']['user']['account_dn'])); 
    145145        $template->set_var("cyrus_delimiter",$_SESSION['phpgw_info']['expressomail']['email_server']['imapDelimiter']);  
     146        $template->set_var("lang_contact_details", lang("Contact Details"));  
     147        $template->set_var("lang_catalog", lang("catalog"));  
     148        $template->set_var("lang_search", lang("search"));  
     149        $template->set_var("lang_page", lang("page"));  
     150        $template->set_var("lang_quick_search_users_dialog_title", lang("Quick Search Contacts"));  
     151        $template->set_var("lang_global_catalog", lang("Global Catalog"));  
     152        $template->set_var("lang_personal_catalog", lang("Personal Catalog"));  
     153        $template->set_var("lang_all_catalogs", lang("All Catalogs"));  
    146154        // Fix problem with cyrus delimiter changes in preferences. 
    147155        // Dots in names: enabled/disabled. 
Note: See TracChangeset for help on using the changeset viewer.