Ignore:
Timestamp:
04/13/11 15:39:20 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1736 - Intervalo de visualização mínima da agenda.

File:
1 edited

Legend:

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

    r4006 r4010  
    125125                'This defines the end of your dayview. Events after this time, are shown below the dayview.'); 
    126126        $intervals = array( 
    127                 5       => '5', 
    128                 10      => '10', 
    129                 15      => '15', 
    130                 20      => '20', 
    131                 30      => '30', 
    132                 45      => '45', 
    133                 60      => '60' 
     127                84      => '15 ' . lang('minutes'), 
     128                42      => '30 ' . lang('minutes') 
    134129        ); 
    135130        create_select_box('Intervals in day view','interval',$intervals, 
Note: See TracChangeset for help on using the changeset viewer.