Changeset 1703


Ignore:
Timestamp:
11/24/09 15:19:11 (14 years ago)
Author:
eduardoalex
Message:

Ticket #779 - Adicionado opcao de habilitar ou desabilitar a visualizacao da descricao em preferencias do calendar

Location:
trunk/calendar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/hook_settings.inc.php

    r625 r1703  
    194194        create_check_box('Leave my calendar public','public_view', 
    195195                'This option allow everybody to view your calendar in readmode.'); 
     196        create_select_box('Default view of your calendar','title_view',array( 
     197                        '0' => lang('Title and Description'), 
     198                        '1' => lang('Only Title') 
     199                ),'This option enable or disable the meeting description view your calendar in readmode.'); 
Note: See TracChangeset for help on using the changeset viewer.