'expressoMail1_2', 'noheader' => True, 'nonavbar' => True, 'enable_nextmatchs_class' => True ); include('../header.inc.php'); include('inc/class.imap_functions.inc.php'); $GLOBALS['phpgw']->common->phpgw_header(); print parse_navbar(); $GLOBALS['phpgw']->template->set_file(array( 'expressoMail_import' => 'import.tpl' )); $GLOBALS['phpgw']->template->set_var('lang_import',lang('Import emails')); $GLOBALS['phpgw']->template->set_var('lang_file',lang('zip mails to import')); $GLOBALS['phpgw']->template->set_var('lang_save',lang('Save')); $GLOBALS['phpgw']->template->set_var('lang_cancel',lang('Cancel')); $GLOBALS['phpgw']->template->set_var('save_action',$GLOBALS['phpgw']->link('/index.php?menuaction=expressoMail1_2.imap_functions.import_msgs')); $GLOBALS['phpgw']->template->set_var('th_bg',$GLOBALS['phpgw_info']["theme"][th_bg]); $tr_color = $GLOBALS['phpgw']->nextmatchs->alternate_row_color($tr_color); $GLOBALS['phpgw']->template->set_var('tr_color1',$GLOBALS['phpgw_info']['theme']['row_on']); $GLOBALS['phpgw']->template->set_var('tr_color2',$GLOBALS['phpgw_info']['theme']['row_off']); $GLOBALS['phpgw']->template->parse('out','expressoMail_import',True); $GLOBALS['phpgw']->template->p('out'); $GLOBALS['phpgw']->common->phpgw_footer(); ?>