[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 $phpgw_info = array(); 3 $GLOBALS['egw_info']['flags'] = array( 4 'currentapp' => 'workflow', 5 'noheader' => True, 6 'nonavbar' => True 7 ); 8 require_once('../header.inc.php'); 9 10 $GLOBALS['egw']->preferences->read_repository(); 11 $startscreen = $GLOBALS['egw_info']['user']['preferences']['workflow']['startpage']; 12 if (!isset($startscreen)) 13 { 14 $startscreen='workflow.ui_userprocesses'; 15 $form_args = Array(); 16 } 17 else 18 { 19 if ($startscreen == 'workflow.ui_useractivities2') 20 { 21 $startscreen = 'workflow.ui_useractivities'; 22 $form_args = 1; 23 } 24 else 25 { 26 $form_args = array(); 27 } 28 } 29 ExecMethod($startscreen.'.form',$form_args); 30 31 // $obj =& CreateObject($startscreen); 32 // $obj->form(); 33 34 // $GLOBALS['egw']->common->egw_footer(); 35 36 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |