|
@@ -314,13 +314,13 @@ function ModifyCalendarSettings($return_config = false)
|
|
|
array('permissions', 'calendar_post'),
|
|
|
array('permissions', 'calendar_edit_own'),
|
|
|
array('permissions', 'calendar_edit_any'),
|
|
|
- array('permissions', 'calendar_export'),
|
|
|
'',
|
|
|
|
|
|
array('int', 'cal_days_for_index', 6, 'postinput' => $txt['days_word']),
|
|
|
array('select', 'cal_showholidays', array(0 => $txt['setting_cal_show_never'], 1 => $txt['setting_cal_show_cal'], 3 => $txt['setting_cal_show_index'], 2 => $txt['setting_cal_show_all'])),
|
|
|
array('select', 'cal_showbdays', array(0 => $txt['setting_cal_show_never'], 1 => $txt['setting_cal_show_cal'], 3 => $txt['setting_cal_show_index'], 2 => $txt['setting_cal_show_all'])),
|
|
|
array('select', 'cal_showevents', array(0 => $txt['setting_cal_show_never'], 1 => $txt['setting_cal_show_cal'], 3 => $txt['setting_cal_show_index'], 2 => $txt['setting_cal_show_all'])),
|
|
|
+ array('check', 'cal_export'),
|
|
|
'',
|
|
|
|
|
|
array('select', 'cal_defaultboard', $boards),
|