Ignore:
Timestamp:
04/12/11 10:46:02 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1611 - Seleção de campos para impressão agenda

File:
1 edited

Legend:

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

    r1703 r3989  
    198198                        '1' => lang('Only Title') 
    199199                ),'This option enable or disable the meeting description view your calendar in readmode.'); 
     200        create_select_box('Choose fields to print','fields_to_print',array( 
     201                        '0' => lang('Only Title'), 
     202                        '1' => lang('Title and Description'), 
     203                        '2' => lang('Title, description and observations') 
     204                ),'This option enables the choice of fields to print.'); 
Note: See TracChangeset for help on using the changeset viewer.