Variables | |
$app_id = $GLOBALS['egw']->applications->name2id('infolog') | |
$GLOBALS ['egw_info']['flags']['currentapp'] = $save_app | |
$GLOBALS ['portal_order'][] = $app_id | |
$html = $infolog->index(array('nm' => array('filter' => 'own-open-today')),'','',0,False,True) | |
$infolog = & CreateObject('infolog.uiinfolog') | |
$portalbox | |
$title = lang('InfoLog').' - '.lang($infolog->filters['own-open-today']) | |
$infolog | called_by = 'home' |
$portalbox | data = $data |
|
|
|
|
|
|
|
|
|
|
|
Initial value: & CreateObject('phpgwapi.listbox',array( 'title' => $title, 'primary' => $GLOBALS['egw_info']['theme']['navbar_bg'], 'secondary' => $GLOBALS['egw_info']['theme']['navbar_bg'], 'tertiary' => $GLOBALS['egw_info']['theme']['navbar_bg'], 'width' => '100%', 'outerborderwidth' => '0', 'header_background_image' => $GLOBALS['egw']->common->image('phpgwapi/templates/default','bg_filler') )) |
|
|
|
|
|
|