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.25,1.26 c


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.uibilling.inc.php,1.25,1.26 class.uideliveries.inc.php,1.25,1.26 class.uiprojects.inc.php,1.58,1.59 class.uistatistics.inc.php,1.13,1.14
Date: Sun, 13 Oct 2002 18:04:57 -0400

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

Modified Files:
        class.uibilling.inc.php class.uideliveries.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.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** class.uibilling.inc.php     5 Jul 2002 15:35:24 -0000       1.25
--- class.uibilling.inc.php     13 Oct 2002 22:04:55 -0000      1.26
***************
*** 223,227 ****
                                $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>';
                                $this->t->set_var(lang_header,lang('Project 
list'));
                        }
--- 223,227 ----
                                $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>';
                                $this->t->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.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** class.uideliveries.inc.php  24 May 2002 23:54:12 -0000      1.25
--- class.uideliveries.inc.php  13 Oct 2002 22:04:55 -0000      1.26
***************
*** 208,212 ****
                                $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>';
                                $this->t->set_var(lang_header,lang('Project 
list'));
                        }
--- 208,212 ----
                                $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>';
                                $this->t->set_var(lang_header,lang('Project 
list'));
                        }

Index: class.uiprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojects.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -r1.58 -r1.59
*** class.uiprojects.inc.php    1 Sep 2002 18:11:57 -0000       1.58
--- class.uiprojects.inc.php    13 Oct 2002 22:04:55 -0000      1.59
***************
*** 243,247 ****
                                $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>';
                                $this->t->set_var(lang_header,lang('Project 
list'));
                                $this->t->set_var(lang_action,lang('Jobs'));
--- 243,247 ----
                                $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>';
                                $this->t->set_var(lang_header,lang('Project 
list'));
                                $this->t->set_var(lang_action,lang('Jobs'));
***************
*** 552,556 ****
                                $this->t->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>';
  
                                $this->t->set_var('cat',$cat);
--- 552,556 ----
                                $this->t->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>';
  
                                $this->t->set_var('cat',$cat);
***************
*** 716,720 ****
                                $this->t->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>';
  
                                $this->t->set_var('cat',$cat);
--- 716,720 ----
                                $this->t->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>';
  
                                $this->t->set_var('cat',$cat);
***************
*** 1025,1029 ****
  
              
$this->t->set_var('cat_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
!                       
$this->t->set_var('categories_list',$this->cats->formated_list('select','all',$this->cat_id,'True'));
              
$this->t->set_var('search_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
              $this->t->set_var('search_list',$this->nextmatchs->search(1));
--- 1025,1029 ----
  
              
$this->t->set_var('cat_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
!                       
$this->t->set_var('categories_list',$this->cats->formatted_list('select','all',$this->cat_id,'True'));
              
$this->t->set_var('search_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
              $this->t->set_var('search_list',$this->nextmatchs->search(1));
***************
*** 1139,1143 ****
                        
$this->t->set_var('actionurl',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.add_activity'));
                        $this->t->set_var('lang_action',lang('Add activity'));
!                       
$this->t->set_var('cats_list',$this->cats->formated_list('select','all',$cat_id,True));
  
                        $nopref = $this->boprojects->check_prefs();
--- 1139,1143 ----
                        
$this->t->set_var('actionurl',$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.add_activity'));
                        $this->t->set_var('lang_action',lang('Add activity'));
!                       
$this->t->set_var('cats_list',$this->cats->formatted_list('select','all',$cat_id,True));
  
                        $nopref = $this->boprojects->check_prefs();
***************
*** 1254,1258 ****
                        $values = 
$this->boprojects->read_single_activity($activity_id);
  
!                       
$this->t->set_var('cats_list',$this->cats->formated_list('select','all',$values['cat'],True));
                        
$this->t->set_var('num',$GLOBALS['phpgw']->strip_html($values['number']));
                        $descr  = 
$GLOBALS['phpgw']->strip_html($values['descr']);
--- 1254,1258 ----
                        $values = 
$this->boprojects->read_single_activity($activity_id);
  
!                       
$this->t->set_var('cats_list',$this->cats->formatted_list('select','all',$values['cat'],True));
                        
$this->t->set_var('num',$GLOBALS['phpgw']->strip_html($values['number']));
                        $descr  = 
$GLOBALS['phpgw']->strip_html($values['descr']);
***************
*** 1487,1491 ****
  
                        
$this->t->set_var('cats_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
!                       
$this->t->set_var('cats_list',$this->cats->formated_list('select','all',$cat_id,True));
                        
$this->t->set_var('filter_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
                        
$this->t->set_var('filter_list',$this->nextmatchs->filter(1,1));
--- 1487,1491 ----
  
                        
$this->t->set_var('cats_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
!                       
$this->t->set_var('cats_list',$this->cats->formatted_list('select','all',$cat_id,True));
                        
$this->t->set_var('filter_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
                        
$this->t->set_var('filter_list',$this->nextmatchs->filter(1,1));
***************
*** 1731,1735 ****
                                $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>';
                                $this->t->set_var(lang_header,lang('Project 
archive'));
                                $this->t->set_var(lang_action,lang('Jobs'));
--- 1731,1735 ----
                                $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>';
                                $this->t->set_var(lang_header,lang('Project 
archive'));
                                $this->t->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.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.uistatistics.inc.php  24 May 2002 23:54:12 -0000      1.13
--- class.uistatistics.inc.php  13 Oct 2002 22:04:55 -0000      1.14
***************
*** 204,208 ****
                                $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>';
                                $this->t->set_var(lang_header,lang('Project 
list'));
                        }
--- 204,208 ----
                                $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>';
                                $this->t->set_var(lang_header,lang('Project 
list'));
                        }





reply via email to

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