Changeset 2025


Ignore:
Timestamp:
02/18/10 14:03:13 (14 years ago)
Author:
niltonneto
Message:

Ticket #700 - Correção de bug gerado pela respectiva implementação.

File:
1 edited

Legend:

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

    r1890 r2025  
    159159create_check_box('Hide menu folders?','hide_folders','You can use it if your screen does not have good resolution'); 
    160160 
    161 $default = array( 
    162         '20' => lang('normal'), 
    163         '30' => lang('medium'), 
    164         '40' => lang('big') 
    165 ); 
    166  
    167161$default =  array( 
    168162    '50'    => '50', 
     
    187181create_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'); 
    188182 
     183$default = array( 
     184        '20' => lang('normal'), 
     185        '30' => lang('medium'), 
     186        '40' => lang('big') 
     187); 
    189188create_select_box('What is the height of the lines in the list of messages?','line_height',$default,''); 
    190189create_check_box('Use dynamic contacts?','use_dynamic_contacts','Store your\'s most used contacts'); 
Note: See TracChangeset for help on using the changeset viewer.