Ignore:
Timestamp:
11/09/09 16:05:50 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #700 - Adiciona a preferência: selecionar número de resultados na pesquisa de email.

File:
1 edited

Legend:

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

    r1605 r1608  
    153153        '40' => lang('big') 
    154154); 
     155 
     156$default =  array( 
     157    '50'    => '50', 
     158    '100'   => '100', 
     159    '150'   => '150', 
     160    '200'   => '200', 
     161    '300'   => '300', 
     162    '400'   => '400', 
     163    '65536' => lang('unlimited') 
     164); 
     165 
     166create_select_box('What is the maximum number of results in an e-mail search?','search_result_number',$default,''); 
    155167 
    156168create_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.