phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/inc class.uideliveries.inc.php, 1.31, 1.32 c


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] projects/inc class.uideliveries.inc.php, 1.31, 1.32 class.uiprojecthours.inc.php, 1.32, 1.33 class.uiprojects.inc.php, 1.76, 1.77 class.uistatistics.inc.php, 1.21, 1.22
Date: Fri, 21 Nov 2003 22:32:55 +0000

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv24606/inc

Modified Files:
        class.uideliveries.inc.php class.uiprojecthours.inc.php 
        class.uiprojects.inc.php class.uistatistics.inc.php 
Log Message:
update

Index: class.uistatistics.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uistatistics.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** class.uistatistics.inc.php  29 Sep 2003 14:51:26 -0000      1.21
--- class.uistatistics.inc.php  21 Nov 2003 22:31:36 -0000      1.22
***************
*** 121,162 ****
                function display_app_header()
                {
!                       $GLOBALS['phpgw']->template->set_file(array('header' => 
'header.tpl'));
!                       
$GLOBALS['phpgw']->template->set_block('header','projects_header');
! 
!                       $this->set_app_langs();
! 
!                       if ($this->boprojects->isprojectadmin('pad'))
                        {
!                               
$GLOBALS['phpgw']->template->set_var('admin_info',lang('Administrator'));
!                               
$GLOBALS['phpgw']->template->set_var('break1','&nbsp;|&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('space1','&nbsp;&nbsp;&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('link_activities',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_activities&action=act'));
                                                                                
                         
!                               
$GLOBALS['phpgw']->template->set_var('lang_activities',lang('Activities'));     
                                                                                
                                          
!                               
$GLOBALS['phpgw']->template->set_var('link_budget',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_budget&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_budget',lang('budget'));
!                       }
  
!                       if ($this->boprojects->isprojectadmin('pbo'))
!                       {
!                               
$GLOBALS['phpgw']->template->set_var('book_info',lang('Bookkeeper'));
!                               
$GLOBALS['phpgw']->template->set_var('break2','&nbsp;|&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('space2','&nbsp;&nbsp;&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('link_billing',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uibilling.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_billing',lang('Billing'));
!                               
$GLOBALS['phpgw']->template->set_var('link_delivery',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uideliveries.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_delivery',lang('Deliveries'));
!                       }
  
!                       
$GLOBALS['phpgw']->template->set_var('link_jobs',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=subs'));
!                       
$GLOBALS['phpgw']->template->set_var('link_hours',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojecthours.list_hours'));
!                       
$GLOBALS['phpgw']->template->set_var('link_statistics',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uistatistics.list_projects&action=mains'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_statistics',lang("Statistics"));
!                       
$GLOBALS['phpgw']->template->set_var('link_projects',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=mains'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_projects',lang('Projects'));
!                       
$GLOBALS['phpgw']->template->set_var('link_archiv',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.archive&action=amains'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_archiv',lang('archive'));
  
!                       
$GLOBALS['phpgw']->template->fp('app_header','projects_header');
  
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
--- 121,163 ----
                function display_app_header()
                {
!                       if 
($GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'] != 
'idots')
                        {
!                               
$GLOBALS['phpgw']->template->set_file(array('header' => 'header.tpl'));
!                               
$GLOBALS['phpgw']->template->set_block('header','projects_header');
  
!                               if ($this->bo->isprojectadmin('pad'))
!                               {
!                                       
$GLOBALS['phpgw']->template->set_var('admin_info',lang('Administrator'));
!                                       
$GLOBALS['phpgw']->template->set_var('break1','&nbsp;|&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('space1','&nbsp;&nbsp;&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('link_activities',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_activities&action=act'));
                                                                                
                         
!                                       
$GLOBALS['phpgw']->template->set_var('lang_activities',lang('Activities'));     
                                                                                
                                          
!                                       
$GLOBALS['phpgw']->template->set_var('link_budget',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_budget&action=mains'));
!                                       
$GLOBALS['phpgw']->template->set_var('lang_budget',lang('budget'));
!                               }
  
!                               if ($this->bo->isprojectadmin('pbo'))
!                               {
!                                       
$GLOBALS['phpgw']->template->set_var('book_info',lang('Bookkeeper'));
!                                       
$GLOBALS['phpgw']->template->set_var('break2','&nbsp;|&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('space2','&nbsp;&nbsp;&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('link_billing',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uibilling.list_projects&action=mains'));
!                                       
$GLOBALS['phpgw']->template->set_var('lang_billing',lang('Billing'));
!                                       
$GLOBALS['phpgw']->template->set_var('link_delivery',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uideliveries.list_projects&action=mains'));
!                                       
$GLOBALS['phpgw']->template->set_var('lang_delivery',lang('Deliveries'));
!                               }
  
!                               
$GLOBALS['phpgw']->template->set_var('link_jobs',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=subs'));
!                               
$GLOBALS['phpgw']->template->set_var('link_hours',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojecthours.list_hours'));
!                               
$GLOBALS['phpgw']->template->set_var('link_statistics',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uistatistics.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_statistics',lang('Statistics'));
!                               
$GLOBALS['phpgw']->template->set_var('link_projects',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_projects',lang('Projects'));
!                               
$GLOBALS['phpgw']->template->set_var('link_archiv',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.archive&action=amains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_archiv',lang('archive'));
  
+                               
$GLOBALS['phpgw']->template->fp('app_header','projects_header');
+                       }
+                       $this->set_app_langs();
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();

Index: class.uiprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojects.inc.php,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** class.uiprojects.inc.php    21 Nov 2003 22:07:40 -0000      1.76
--- class.uiprojects.inc.php    21 Nov 2003 22:31:33 -0000      1.77
***************
*** 165,170 ****
                                
$GLOBALS['phpgw']->template->set_block('header','projects_header');
  
-                               $this->set_app_langs();
- 
                                if ($this->bo->isprojectadmin('pad'))
                                {
--- 165,168 ----
***************
*** 200,206 ****
--- 198,206 ----
                                
$GLOBALS['phpgw']->template->fp('app_header','projects_header');
                        }
+                       $this->set_app_langs();
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
                }
+ 
  
                function status_format($status = '', $showarchive = False)

Index: class.uideliveries.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uideliveries.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** class.uideliveries.inc.php  10 Sep 2003 00:28:57 -0000      1.31
--- class.uideliveries.inc.php  21 Nov 2003 22:31:31 -0000      1.32
***************
*** 121,166 ****
                function display_app_header()
                {
!                       $GLOBALS['phpgw']->template->set_file(array('header' => 
'header.tpl'));
!                       
$GLOBALS['phpgw']->template->set_block('header','projects_header');
! 
!                       $this->set_app_langs();
! 
!                       if ($this->boprojects->isprojectadmin('pad'))
                        {
!                               
$GLOBALS['phpgw']->template->set_var('admin_info',lang('Administrator'));
!                               
$GLOBALS['phpgw']->template->set_var('break1','&nbsp;|&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('space1','&nbsp;&nbsp;&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('link_activities',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_activities&action=act'));
                                                                                
                         
!                               
$GLOBALS['phpgw']->template->set_var('lang_activities',lang('Activities'));     
                                                                                
                                          
!                               
$GLOBALS['phpgw']->template->set_var('link_budget',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_budget&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_budget',lang('budget'));
!                       }
  
!                       if ($this->boprojects->isprojectadmin('pbo'))
!                       {
!                               
$GLOBALS['phpgw']->template->set_var('book_info',lang('Bookkeeper'));
!                               
$GLOBALS['phpgw']->template->set_var('break2','&nbsp;|&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('space2','&nbsp;&nbsp;&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('link_billing',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uibilling.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_billing',lang('Billing'));
!                               
$GLOBALS['phpgw']->template->set_var('link_delivery',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uideliveries.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_delivery',lang('Deliveries'));
!                       }
  
!                       
$GLOBALS['phpgw']->template->set_var('link_jobs',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=subs'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_jobs',lang('Jobs'));
!                       
$GLOBALS['phpgw']->template->set_var('link_hours',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojecthours.list_hours'));
!                       
$GLOBALS['phpgw']->template->set_var('link_statistics',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uistatistics.list_projects&action=mains'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_statistics',lang("Statistics"));
!                       
$GLOBALS['phpgw']->template->set_var('link_projects',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=mains'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_projects',lang('Projects'));
!                       
$GLOBALS['phpgw']->template->set_var('link_archiv',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.archive&action=amains'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_archiv',lang('archive'));
  
!                       
$GLOBALS['phpgw']->template->fp('app_header','projects_header');
  
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
                }
  
                function list_projects()
--- 121,167 ----
                function display_app_header()
                {
!                       if 
($GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'] != 
'idots')
                        {
!                               
$GLOBALS['phpgw']->template->set_file(array('header' => 'header.tpl'));
!                               
$GLOBALS['phpgw']->template->set_block('header','projects_header');
  
!                               if ($this->bo->isprojectadmin('pad'))
!                               {
!                                       
$GLOBALS['phpgw']->template->set_var('admin_info',lang('Administrator'));
!                                       
$GLOBALS['phpgw']->template->set_var('break1','&nbsp;|&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('space1','&nbsp;&nbsp;&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('link_activities',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_activities&action=act'));
                                                                                
                         
!                                       
$GLOBALS['phpgw']->template->set_var('lang_activities',lang('Activities'));     
                                                                                
                                          
!                                       
$GLOBALS['phpgw']->template->set_var('link_budget',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_budget&action=mains'));
!                                       
$GLOBALS['phpgw']->template->set_var('lang_budget',lang('budget'));
!                               }
  
!                               if ($this->bo->isprojectadmin('pbo'))
!                               {
!                                       
$GLOBALS['phpgw']->template->set_var('book_info',lang('Bookkeeper'));
!                                       
$GLOBALS['phpgw']->template->set_var('break2','&nbsp;|&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('space2','&nbsp;&nbsp;&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('link_billing',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uibilling.list_projects&action=mains'));
!                                       
$GLOBALS['phpgw']->template->set_var('lang_billing',lang('Billing'));
!                                       
$GLOBALS['phpgw']->template->set_var('link_delivery',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uideliveries.list_projects&action=mains'));
!                                       
$GLOBALS['phpgw']->template->set_var('lang_delivery',lang('Deliveries'));
!                               }
  
!                               
$GLOBALS['phpgw']->template->set_var('link_jobs',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=subs'));
!                               
$GLOBALS['phpgw']->template->set_var('link_hours',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojecthours.list_hours'));
!                               
$GLOBALS['phpgw']->template->set_var('link_statistics',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uistatistics.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_statistics',lang('Statistics'));
!                               
$GLOBALS['phpgw']->template->set_var('link_projects',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_projects',lang('Projects'));
!                               
$GLOBALS['phpgw']->template->set_var('link_archiv',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.archive&action=amains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_archiv',lang('archive'));
  
+                               
$GLOBALS['phpgw']->template->fp('app_header','projects_header');
+                       }
+                       $this->set_app_langs();
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
                }
+ 
  
                function list_projects()

Index: class.uiprojecthours.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojecthours.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** class.uiprojecthours.inc.php        10 Sep 2003 00:28:57 -0000      1.32
--- class.uiprojecthours.inc.php        21 Nov 2003 22:31:33 -0000      1.33
***************
*** 128,172 ****
                function display_app_header()
                {
!                       $GLOBALS['phpgw']->template->set_file(array('header' => 
'header.tpl'));
!                       
$GLOBALS['phpgw']->template->set_block('header','projects_header');
! 
!                       $this->set_app_langs();
! 
!                       if ($this->boprojects->isprojectadmin('pad'))
                        {
!                               
$GLOBALS['phpgw']->template->set_var('admin_info',lang('Administrator'));
!                               
$GLOBALS['phpgw']->template->set_var('break1','&nbsp;|&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('space1','&nbsp;&nbsp;&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('link_activities',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_activities&action=act'));
                                                                                
                         
!                               
$GLOBALS['phpgw']->template->set_var('lang_activities',lang('Activities'));
!                               
$GLOBALS['phpgw']->template->set_var('link_budget',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_budget&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_budget',lang('budget'));
!                       }
  
!                       if ($this->boprojects->isprojectadmin('pbo'))
!                       {
!                               
$GLOBALS['phpgw']->template->set_var('book_info',lang('Bookkeeper'));
!                               
$GLOBALS['phpgw']->template->set_var('break2','&nbsp;|&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('space2','&nbsp;&nbsp;&nbsp;');
!                               
$GLOBALS['phpgw']->template->set_var('link_billing',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uibilling.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_billing',lang('Billing'));
!                               
$GLOBALS['phpgw']->template->set_var('link_delivery',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uideliveries.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_delivery',lang('Deliveries'));
!                       }
  
!                       
$GLOBALS['phpgw']->template->set_var('link_jobs',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=subs'));
!                       
$GLOBALS['phpgw']->template->set_var('link_hours',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojecthours.list_hours'));
!                       
$GLOBALS['phpgw']->template->set_var('link_statistics',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uistatistics.list_projects&action=mains'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_statistics',lang('Statistics'));
!                       
$GLOBALS['phpgw']->template->set_var('link_projects',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=mains'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_projects',lang('Projects'));
!                       
$GLOBALS['phpgw']->template->set_var('link_archiv',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.archive&action=amains'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_archiv',lang('archive'));
  
!                       
$GLOBALS['phpgw']->template->fp('app_header','projects_header');
  
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
                }
  
                function format_htime($hdate = '')
--- 128,174 ----
                function display_app_header()
                {
!                       if 
($GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'] != 
'idots')
                        {
!                               
$GLOBALS['phpgw']->template->set_file(array('header' => 'header.tpl'));
!                               
$GLOBALS['phpgw']->template->set_block('header','projects_header');
  
!                               if ($this->bo->isprojectadmin('pad'))
!                               {
!                                       
$GLOBALS['phpgw']->template->set_var('admin_info',lang('Administrator'));
!                                       
$GLOBALS['phpgw']->template->set_var('break1','&nbsp;|&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('space1','&nbsp;&nbsp;&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('link_activities',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_activities&action=act'));
                                                                                
                         
!                                       
$GLOBALS['phpgw']->template->set_var('lang_activities',lang('Activities'));     
                                                                                
                                          
!                                       
$GLOBALS['phpgw']->template->set_var('link_budget',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_budget&action=mains'));
!                                       
$GLOBALS['phpgw']->template->set_var('lang_budget',lang('budget'));
!                               }
  
!                               if ($this->bo->isprojectadmin('pbo'))
!                               {
!                                       
$GLOBALS['phpgw']->template->set_var('book_info',lang('Bookkeeper'));
!                                       
$GLOBALS['phpgw']->template->set_var('break2','&nbsp;|&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('space2','&nbsp;&nbsp;&nbsp;');
!                                       
$GLOBALS['phpgw']->template->set_var('link_billing',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uibilling.list_projects&action=mains'));
!                                       
$GLOBALS['phpgw']->template->set_var('lang_billing',lang('Billing'));
!                                       
$GLOBALS['phpgw']->template->set_var('link_delivery',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uideliveries.list_projects&action=mains'));
!                                       
$GLOBALS['phpgw']->template->set_var('lang_delivery',lang('Deliveries'));
!                               }
  
!                               
$GLOBALS['phpgw']->template->set_var('link_jobs',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=subs'));
!                               
$GLOBALS['phpgw']->template->set_var('link_hours',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojecthours.list_hours'));
!                               
$GLOBALS['phpgw']->template->set_var('link_statistics',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uistatistics.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_statistics',lang('Statistics'));
!                               
$GLOBALS['phpgw']->template->set_var('link_projects',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=mains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_projects',lang('Projects'));
!                               
$GLOBALS['phpgw']->template->set_var('link_archiv',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.archive&action=amains'));
!                               
$GLOBALS['phpgw']->template->set_var('lang_archiv',lang('archive'));
  
+                               
$GLOBALS['phpgw']->template->fp('app_header','projects_header');
+                       }
+                       $this->set_app_langs();
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
                }
+ 
  
                function format_htime($hdate = '')





reply via email to

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