Ignore:
Timestamp:
05/31/11 09:46:05 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1946 - Itens ausentes na agenda - preferencia de usuario

File:
1 edited

Legend:

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

    r4530 r4549  
    189189        create_check_box('Leave my calendar public','public_view', 
    190190                '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.'); 
     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.'); 
    195195        create_select_box('Choose fields to print','fields_to_print',array( 
    196196                        '0' => lang('Only Title'), 
Note: See TracChangeset for help on using the changeset viewer.