phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.uibilling.inc.php,1.27,1.28 c


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.uibilling.inc.php,1.27,1.28 class.uideliveries.inc.php,1.27,1.28class.uiprojecthours.inc.php,1.28,1.29 class.uiprojects.inc.php,1.60,1.61class.uistatistics.inc.php,1.15,1.16
Date: Thu, 24 Apr 2003 20:37:18 -0400

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

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

Index: class.uibilling.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uibilling.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** class.uibilling.inc.php     18 Apr 2003 23:48:42 -0000      1.27
--- class.uibilling.inc.php     25 Apr 2003 00:37:16 -0000      1.28
***************
*** 224,228 ****
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="">' . lang('None') 
. '</option>' . "\n"
!                                                       . 
$this->cats->formated_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project list'));
                        }
--- 224,228 ----
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="">' . lang('None') 
. '</option>' . "\n"
!                                                       . 
$this->cats->formatted_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project list'));
                        }

Index: class.uideliveries.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uideliveries.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** class.uideliveries.inc.php  18 Apr 2003 23:48:42 -0000      1.27
--- class.uideliveries.inc.php  25 Apr 2003 00:37:16 -0000      1.28
***************
*** 209,213 ****
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="">' . lang('None') 
. '</option>' . "\n"
!                                                       . 
$this->cats->formated_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project list'));
                        }
--- 209,213 ----
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="">' . lang('None') 
. '</option>' . "\n"
!                                                       . 
$this->cats->formatted_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project list'));
                        }

Index: class.uiprojecthours.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojecthours.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** class.uiprojecthours.inc.php        18 Apr 2003 23:48:42 -0000      1.28
--- class.uiprojecthours.inc.php        25 Apr 2003 00:37:16 -0000      1.29
***************
*** 7,11 ****
        * Written by Bettina Gille address@hidden                   *
        * -----------------------------------------------                   *
!       * Copyright (C) 2000 - 2003    Bettina Gille                        *
        *                                                                   *
        * This program is free software; you can redistribute it and/or     *
--- 7,11 ----
        * Written by Bettina Gille address@hidden                   *
        * -----------------------------------------------                   *
!       * Copyright (C) 2000 - 2003 Bettina Gille                           *
        *                                                                   *
        * This program is free software; you can redistribute it and/or     *

Index: class.uiprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojects.inc.php,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -r1.60 -r1.61
*** class.uiprojects.inc.php    18 Apr 2003 23:48:42 -0000      1.60
--- class.uiprojects.inc.php    25 Apr 2003 00:37:16 -0000      1.61
***************
*** 244,248 ****
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="none">' . 
lang('Select category') . '</option>' . "\n"
!                                                       . 
$this->cats->formated_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project list'));
                                
$GLOBALS['phpgw']->template->set_var(lang_action,lang('Jobs'));
--- 244,248 ----
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="none">' . 
lang('Select category') . '</option>' . "\n"
!                                                       . 
$this->cats->formatted_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project list'));
                                
$GLOBALS['phpgw']->template->set_var(lang_action,lang('Jobs'));
***************
*** 569,573 ****
                                
$GLOBALS['phpgw']->template->set_var('lang_action',lang('Add project'));
                                $cat = '<select name="new_cat"><option 
value="">' . lang('None') . '</option>'
!                                               .       
$this->cats->formated_list('select','all',$cat_id,True) . '</select>';
  
                                
$GLOBALS['phpgw']->template->set_var('cat',$cat);
--- 569,573 ----
                                
$GLOBALS['phpgw']->template->set_var('lang_action',lang('Add project'));
                                $cat = '<select name="new_cat"><option 
value="">' . lang('None') . '</option>'
!                                               .       
$this->cats->formatted_list('select','all',$cat_id,True) . '</select>';
  
                                
$GLOBALS['phpgw']->template->set_var('cat',$cat);
***************
*** 747,751 ****
                                
$GLOBALS['phpgw']->template->set_var('lang_action',lang('Edit project'));
                                $cat = '<select name="new_cat"><option 
value="">' . lang('None') . '</option>'
!                                               .       
$this->cats->formated_list('select','all',$values['cat'],True) . '</select>';
  
                                
$GLOBALS['phpgw']->template->set_var('cat',$cat);
--- 747,751 ----
                                
$GLOBALS['phpgw']->template->set_var('lang_action',lang('Edit project'));
                                $cat = '<select name="new_cat"><option 
value="">' . lang('None') . '</option>'
!                                               .       
$this->cats->formatted_list('select','all',$values['cat'],True) . '</select>';
  
                                
$GLOBALS['phpgw']->template->set_var('cat',$cat);
***************
*** 1064,1068 ****
  
              
$GLOBALS['phpgw']->template->set_var('cat_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
!                       
$GLOBALS['phpgw']->template->set_var('categories_list',$this->cats->formated_list('select','all',$this->cat_id,'True'));
              
$GLOBALS['phpgw']->template->set_var('search_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
              
$GLOBALS['phpgw']->template->set_var('search_list',$this->nextmatchs->search(1));
--- 1064,1068 ----
  
              
$GLOBALS['phpgw']->template->set_var('cat_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
!                       
$GLOBALS['phpgw']->template->set_var('categories_list',$this->cats->formatted_list('select','all',$this->cat_id,'True'));
              
$GLOBALS['phpgw']->template->set_var('search_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
              
$GLOBALS['phpgw']->template->set_var('search_list',$this->nextmatchs->search(1));
***************
*** 1181,1185 ****
                        
$GLOBALS['phpgw']->template->set_var('actionurl',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.add_activity'));
                        
$GLOBALS['phpgw']->template->set_var('lang_action',lang('Add activity'));
!                       
$GLOBALS['phpgw']->template->set_var('cats_list',$this->cats->formated_list('select','all',$cat_id,True));
  
                        $nopref = $this->boprojects->check_prefs();
--- 1181,1185 ----
                        
$GLOBALS['phpgw']->template->set_var('actionurl',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.add_activity'));
                        
$GLOBALS['phpgw']->template->set_var('lang_action',lang('Add activity'));
!                       
$GLOBALS['phpgw']->template->set_var('cats_list',$this->cats->formatted_list('select','all',$cat_id,True));
  
                        $nopref = $this->boprojects->check_prefs();
***************
*** 1300,1304 ****
                        $values = 
$this->boprojects->read_single_activity($activity_id);
  
!                       
$GLOBALS['phpgw']->template->set_var('cats_list',$this->cats->formated_list('select','all',$values['cat'],True));
                        
$GLOBALS['phpgw']->template->set_var('num',$GLOBALS['phpgw']->strip_html($values['number']));
                        $descr  = 
$GLOBALS['phpgw']->strip_html($values['descr']);
--- 1300,1304 ----
                        $values = 
$this->boprojects->read_single_activity($activity_id);
  
!                       
$GLOBALS['phpgw']->template->set_var('cats_list',$this->cats->formatted_list('select','all',$values['cat'],True));
                        
$GLOBALS['phpgw']->template->set_var('num',$GLOBALS['phpgw']->strip_html($values['number']));
                        $descr  = 
$GLOBALS['phpgw']->strip_html($values['descr']);
***************
*** 1541,1545 ****
  
                        
$GLOBALS['phpgw']->template->set_var('cats_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
!                       
$GLOBALS['phpgw']->template->set_var('cats_list',$this->cats->formated_list('select','all',$cat_id,True));
                        
$GLOBALS['phpgw']->template->set_var('filter_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
                        
$GLOBALS['phpgw']->template->set_var('filter_list',$this->nextmatchs->filter(1,1));
--- 1541,1545 ----
  
                        
$GLOBALS['phpgw']->template->set_var('cats_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
!                       
$GLOBALS['phpgw']->template->set_var('cats_list',$this->cats->formatted_list('select','all',$cat_id,True));
                        
$GLOBALS['phpgw']->template->set_var('filter_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
                        
$GLOBALS['phpgw']->template->set_var('filter_list',$this->nextmatchs->filter(1,1));
***************
*** 1790,1794 ****
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="">' . lang('None') 
. '</option>' . "\n"
!                                                       . 
$this->cats->formated_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project archive'));
                                
$GLOBALS['phpgw']->template->set_var(lang_action,lang('Jobs'));
--- 1790,1794 ----
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="">' . lang('None') 
. '</option>' . "\n"
!                                                       . 
$this->cats->formatted_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project archive'));
                                
$GLOBALS['phpgw']->template->set_var(lang_action,lang('Jobs'));

Index: class.uistatistics.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uistatistics.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** class.uistatistics.inc.php  18 Apr 2003 23:48:42 -0000      1.15
--- class.uistatistics.inc.php  25 Apr 2003 00:37:16 -0000      1.16
***************
*** 205,209 ****
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="">' . lang('None') 
. '</option>' . "\n"
!                                                       . 
$this->cats->formated_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project list'));
                        }
--- 205,209 ----
                                $action_list= '<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) . '" name="form">' . "\n"
                                                        . '<select 
name="cat_id" onChange="this.form.submit();"><option value="">' . lang('None') 
. '</option>' . "\n"
!                                                       . 
$this->cats->formatted_list('select','all',$this->cat_id,True) . '</select>';
                                
$GLOBALS['phpgw']->template->set_var(lang_header,lang('Project list'));
                        }





reply via email to

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