Changeset 4530 for branches/2.2.0.1


Ignore:
Timestamp:
05/27/11 10:14:56 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1946 - Itens ausentes na agenda - preferencia da Agenda.

File:
1 edited

Legend:

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

    r4114 r4530  
    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.