Changeset 4424


Ignore:
Timestamp:
05/16/11 17:41:33 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1892 - Erro na Visualização da lista de Emails no IE

File:
1 edited

Legend:

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

    r3995 r4424  
    182182create_check_box('Hide menu folders?','hide_folders','You can use it if your screen does not have good resolution'); 
    183183 
    184 $default = array( 
    185         '20' => lang('normal'), 
    186         '30' => lang('medium'), 
    187         '40' => lang('big') 
    188 ); 
    189  
    190184$default =  array( 
    191185    '50'    => '50', 
     
    209203 
    210204create_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'); 
     205 
     206$default = array( 
     207        '20' => lang('normal'), 
     208        '30' => lang('medium'), 
     209        '40' => lang('big') 
     210); 
    211211 
    212212create_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.