Ignore:
Timestamp:
12/13/10 10:37:03 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1431 - inclui preferência da busca rápida (contatos ou email).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/inc/hook_settings.inc.php

    r3493 r3581  
    218218$default = array(sprintf("%s", array_search('America/Sao_Paulo', $zones)) => 'America/Sao_Paulo'); 
    219219create_select_box('What is your timezone?', 'timezone', $zones, 'The Timezone you\'re in.', $default); 
     220 
     221$default =  array( 
     222    '1' => lang('contacts'), 
     223    '2' => lang('email') 
     224); 
     225 
     226create_select_box('Where should the quick search be performed by default?','quick_search_default',$default,'It is where the keyword should be searched when the user executes a quick search.'); 
    220227 
    221228$default = array( 
Note: See TracChangeset for help on using the changeset viewer.