phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] projects/inc/class.uistatistics.inc.php, 1.50


From: nomail
Subject: [Phpgroupware-cvs] projects/inc/class.uistatistics.inc.php, 1.50
Date: Tue, 11 May 2004 15:53:47 +0200

Update of /projects/inc
Modified Files:
        Branch: 
          class.uistatistics.inc.php

date: 2004/05/11 13:53:47;  author: ceb;  state: Exp;  lines: +7 -1

Log Message:
update
=====================================================================
Index: projects/inc/class.uistatistics.inc.php
diff -u projects/inc/class.uistatistics.inc.php:1.49 
projects/inc/class.uistatistics.inc.php:1.50
--- projects/inc/class.uistatistics.inc.php:1.49        Sun May  9 23:07:03 2004
+++ projects/inc/class.uistatistics.inc.php     Tue May 11 13:53:47 2004
@@ -724,6 +724,7 @@
                                $gantt_popup = True;
 
                                
$GLOBALS['phpgw']->template->set_var('jscal_setup_src',$GLOBALS['phpgw']->link('/phpgwapi/js/jscalendar/jscalendar-setup.php'));
+                               
$GLOBALS['phpgw']->template->set_var('server_root',$GLOBALS['phpgw_info']['server']['webserver_url']);
                        }
                        else
                        {
@@ -758,8 +759,13 @@
                        
$GLOBALS['phpgw']->template->set_var('sdate_select',$jscal->input('sdate[str]',$start));
                        
$GLOBALS['phpgw']->template->set_var('edate_select',$jscal->input('edate[str]',$end));
 
+                       
$GLOBALS['phpgw']->template->set_var('css_file',$GLOBALS['phpgw_info']['server']['webserver_url']
 . SEP . 'phpgwapi' . SEP . 'templates'
+                                                                               
                                        . SEP . 'idots' . SEP . 'css' . SEP . 
'idots.css');
                        
$GLOBALS['phpgw']->template->set_var('gantt_link',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uistatistics.project_gantt&action='
 . $action
                                                                                
                                        . '&project_id=' . $project_id . 
'&gantt_popup=True'));
+
+
+
 
                        
$GLOBALS['phpgw']->template->set_var('project_id',$project_id);
                        
$GLOBALS['phpgw']->template->set_var('action_url',$GLOBALS['phpgw']->link('/index.php',$link_data));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]