Ignore:
Timestamp:
07/27/11 14:48:16 (13 years ago)
Author:
brunocosta
Message:

Ticket #2162 - Retirando preferência de limite de resultados nas pesquisas.

File:
1 edited

Legend:

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

    r4424 r4866  
    181181 
    182182create_check_box('Hide menu folders?','hide_folders','You can use it if your screen does not have good resolution'); 
    183  
    184 $default =  array( 
    185     '50'    => '50', 
    186     '100'   => '100', 
    187     '150'   => '150', 
    188     '200'   => '200', 
    189     '300'   => '300', 
    190     '400'   => '400', 
    191     '65536' => lang('unlimited') 
    192 ); 
    193  
    194 create_select_box('What is the maximum number of results in an e-mail search?','search_result_number',$default,''); 
    195183 
    196184$default =  array( 
Note: See TracChangeset for help on using the changeset viewer.