Ignore:
Timestamp:
11/03/11 13:21:19 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo calendar.

File:
1 edited

Legend:

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

    r4565 r5132  
    125125                'This defines the end of your dayview. Events after this time, are shown below the dayview.'); 
    126126        $intervals = array( 
    127                 84      => '15 ' . lang('minutes'), 
    128                 42      => '30 ' . lang('minutes') 
     127                5       => '5', 
     128                10      => '10', 
     129                15      => '15', 
     130                20      => '20', 
     131                30      => '30', 
     132                45      => '45', 
     133                60      => '60' 
    129134        ); 
    130135        create_select_box('Intervals in day view','interval',$intervals, 
     
    189194        create_check_box('Leave my calendar public','public_view', 
    190195                'This option allow everybody to view your calendar in readmode.'); 
    191         create_select_box('Default view of your calendar','title_view',array( 
    192                         '0' => lang('Title and Description'), 
    193                         '1' => lang('Only Title') 
    194                 ),'This option enable or disable the meeting description view your calendar in readmode.'); 
    195         create_select_box('Choose fields to print','fields_to_print',array( 
    196                         '0' => lang('Only Title'), 
    197                         '1' => lang('Title and Description'), 
    198                         '2' => lang('Title, description and observations') 
    199                 ),'This option enables the choice of fields to print.'); 
    200          
Note: See TracChangeset for help on using the changeset viewer.