Ignore:
Timestamp:
11/09/09 17:18:52 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #718 - Preferência: número mínimo de caracteres na pesquisa de contatos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/hook_settings.inc.php

    r1608 r1610  
    165165 
    166166create_select_box('What is the maximum number of results in an e-mail search?','search_result_number',$default,''); 
     167 
     168$default =  array( 
     169    '1' => lang('unlimited'), 
     170    '2'     => '2', 
     171    '3'     => '3', 
     172    '4'     => '4', 
     173    '5'     => '5' 
     174); 
     175 
     176create_select_box('What is the minimum number of characters in searching contacts?','search_characters_number',$default,'what is the minimum number of characters in searching contacts'); 
    167177 
    168178create_select_box('What is the height of the lines in the list of messages?','line_height',$default,''); 
Note: See TracChangeset for help on using the changeset viewer.