diff --git a/calendar/preferences.php b/calendar/preferences.php deleted file mode 100644 index 9d12d9f527..0000000000 --- a/calendar/preferences.php +++ /dev/null @@ -1,239 +0,0 @@ - 'calendar', - 'enable_nextmatchs_class' => True, - 'noheader' => True, - 'nonavbar' => True, - 'noappheader' => True, - 'noappfooter' => True - ); - - $GLOBALS['phpgw_info']['flags'] = $GLOBALS['phpgw']_flags; - include('../header.inc.php'); - - if ($submit) - { - $GLOBALS['phpgw']->preferences->read_repository(); - $GLOBALS['phpgw']->preferences->add('calendar','weekdaystarts'); - $GLOBALS['phpgw']->preferences->add('calendar','workdaystarts'); - $GLOBALS['phpgw']->preferences->add('calendar','workdayends'); - $GLOBALS['phpgw']->preferences->add('calendar','defaultcalendar'); - $GLOBALS['phpgw']->preferences->add('calendar','defaultfilter'); - $GLOBALS['phpgw']->preferences->add('calendar','interval'); - if ($mainscreen_showevents == True) - { - $GLOBALS['phpgw']->preferences->add('calendar','mainscreen_showevents'); - } - else - { - $GLOBALS['phpgw']->preferences->delete('calendar','mainscreen_showevents'); - } - if ($send_updates == True) - { - $GLOBALS['phpgw']->preferences->add('calendar','send_updates'); - } - else - { - $GLOBALS['phpgw']->preferences->delete('calendar','send_updates'); - } - - if ($display_status == True) - { - $GLOBALS['phpgw']->preferences->add('calendar','display_status'); - } - else - { - $GLOBALS['phpgw']->preferences->delete('calendar','display_status'); - } - - if ($default_private == True) - { - $GLOBALS['phpgw']->preferences->add('calendar','default_private'); - } - else - { - $GLOBALS['phpgw']->preferences->delete('calendar','default_private'); - } - - if ($display_minicals == True) - { - $GLOBALS['phpgw']->preferences->add('calendar','display_minicals'); - } - else - { - $GLOBALS['phpgw']->preferences->delete('calendar','display_minicals'); - } - - if ($print_black_white == True) - { - $GLOBALS['phpgw']->preferences->add('calendar','print_black_white'); - } - else - { - $GLOBALS['phpgw']->preferences->delete('calendar','print_black_white'); - } - - $GLOBALS['phpgw']->preferences->save_repository(True); - - Header('Location: '.$GLOBALS['phpgw']->link('/preferences/index.php')); - $GLOBALS['phpgw']->common->phpgw_exit(); - } - - function display_item($field,$data) - { - global $GLOBALS['phpgw'], $p, $tr_color; - - $tr_color = $GLOBALS['phpgw']->nextmatchs->alternate_row_color($tr_color); - $var = Array( - 'bg_color' => $tr_color, - 'field' => $field, - 'data' => $data - ); - $p->set_var($var); - $p->parse('row','pref_list',True); - } - - $GLOBALS['phpgw']->common->phpgw_header(); - echo parse_navbar(); - - $p = CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('calendar')); - $templates = Array( - 'pref' => 'pref.tpl', - 'pref_colspan' => 'pref_colspan.tpl', - 'pref_list' => 'pref_list.tpl' - ); - $p->set_file($templates); - - $var = Array( - 'title' => lang('Calendar preferences'), - 'action_url' => $GLOBALS['phpgw']->link('/'.$GLOBALS['phpgw_info']['flags']['currentapp'].'/preferences.php'), - 'bg_color' => $GLOBALS['phpgw_info']['theme']['th_bg'], - 'submit_lang' => lang('submit') - ); - - $p->set_var($var); - $p->set_var('text',' '); - $p->parse('row','pref_colspan',True); - -// if ($totalerrors) -// { -// echo '