Ignore:
Timestamp:
04/13/11 14:30:54 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1615 - Componente novo para agenda. Adicao de preferencia para tipo de impressao mensal.

File:
1 edited

Legend:

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

    r3989 r4006  
    203203                        '2' => lang('Title, description and observations') 
    204204                ),'This option enables the choice of fields to print.'); 
     205        create_select_box('Choose type of month print','type_month_print',array( 
     206                        '0' => lang('Events list'), 
     207                        '1' => lang('Events grid') 
     208                ),'This option enables the choice of type of month print.'); 
Note: See TracChangeset for help on using the changeset viewer.