create_select_box('Receive summary of appointments','summary',$summary,
'Do you want to receive a regulary summary of your appointsments via email?<br>The summary is sent to your standard email-address on the morning of that day or on Monday for weekly summarys.<br>It is only sent when you have any appointments on that day or week.');
$freebusy_help=lang('Should not loged in persons be able to see your freebusy information? You can set an extra password, different from your normal password, to protect this informations. The freebusy information is in iCal format and only include the times when you are busy. It does not include the event-name, description or locations. The URL to your freebusy information is %1.','<a href="'.$freebusy_url.'" target="_blank">'.$freebusy_url.'</a>');
'help'=>'Which of calendar view do you want to see, when you start calendar ?',
'xmlrpc'=>True,
'admin'=>False
),
'days_in_weekview'=>array(
'type'=>'select',
'label'=>'default week view',
'name'=>'days_in_weekview',
'values'=>$week_view,
'help'=>'Do you want a weekview with or without weekend?',
'xmlrpc'=>True,
'admin'=>False
),
'mainscreen_showevents'=>array(
'type'=>'select',
'label'=>'show default view on main screen',
'name'=>'mainscreen_showevents',
'values'=>$mainpage,
'help'=>'Displays your default calendar view on the startpage (page you get when you enter eGroupWare or click on the homepage icon)?',
'xmlrpc'=>True,
'admin'=>False
),
'receive_updates'=>array(
'type'=>'select',
'label'=>'Receive email updates',
'name'=>'receive_updates',
'values'=>$updates,
'help'=>"Do you want to be notified about new or changed appointments? You be notified about changes you make yourself.<br>You can limit the notifications to certain changes only. Each item includes all the notification listed above it. All modifications include changes of title, description, participants, but no participant responses. If the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too.",
'xmlrpc'=>True,
'admin'=>False
),
'update_format'=>array(
'type'=>'select',
'label'=>'Format of event updates',
'name'=>'update_format',
'values'=>$update_formats,
'help'=>'Extended updates always include the complete event-details. iCal\'s can be imported by certain other calendar-applications.',
'xmlrpc'=>True,
'admin'=>False
),
'notifyAdded'=>array(
'type'=>'notify',
'label'=>'Notification messages for added events ',
'name'=>'notifyAdded',
'rows'=>5,
'cols'=>50,
'help'=>'This message is sent to every participant of events you own, who has requested notifcations about new events.<br>You can use certain variables which get substituted with the data of the event. The first line is the subject of the email.',
'default'=>'',
'values'=>$event_details,
'xmlrpc'=>True,
'admin'=>False
),
'notifyCanceled'=>array(
'type'=>'notify',
'label'=>'Notification messages for canceled events ',
'name'=>'notifyCanceled',
'rows'=>5,
'cols'=>50,
'help'=>'This message is sent for canceled or deleted events.',
'label'=>'Notification messages for your responses ',
'name'=>'notifyResponse',
'rows'=>5,
'cols'=>50,
'help'=>'This message is sent when you accept, tentative accept or reject an event.',
'default'=>'',
'values'=>$event_details,
'subst_help'=>False,
'xmlrpc'=>True,
'admin'=>False
),
'notifyAlarm'=>array(
'type'=>'notify',
'label'=>'Notification messages for your alarms',
'name'=>'notifyAlarm',
'rows'=>5,
'cols'=>50,
'help'=>'This message is sent when you set an Alarm for a certain event. Include all information you might need.',
'default'=>'',
'values'=>$event_details,
'subst_help'=>False,
'xmlrpc'=>True,
'admin'=>False
),
'show_rejected'=>array(
'type'=>'check',
'label'=>'Show invitations you rejected',
'name'=>'show_rejected',
'help'=>'Should invitations you rejected still be shown in your calendar ?<br>You can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your calendar!'
),
'weekdaystarts'=>array(
'type'=>'select',
'label'=>'weekday starts on',
'name'=>'weekdaystarts',
'values'=>$weekdaystarts,
'help'=>'This day is shown as first day in the week or month view.',
'help'=>'This defines the start of your dayview. Events before this time, are shown above the dayview.<br>This time is also used as a default starttime for new events.',