Changeset 4465


Ignore:
Timestamp:
05/20/11 10:22:30 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Erro na visualizacao da lista de emails no Internet Explorer - r4424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/inc/hook_settings.inc.php

    r4231 r4465  
    184184create_check_box('Hide menu folders?','hide_folders','You can use it if your screen does not have good resolution'); 
    185185 
    186 $default = array( 
    187         '20' => lang('normal'), 
    188         '30' => lang('medium'), 
    189         '40' => lang('big') 
    190 ); 
    191186 
    192187$default =  array( 
     
    211206 
    212207create_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'); 
     208 
     209        $default = array(  
     210                '20' => lang('normal'),  
     211                '30' => lang('medium'),  
     212                '40' => lang('big')  
     213        ); 
     214 
    213215 
    214216create_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.