phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/inc class.bocategories.inc.php,1.12,


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.bocategories.inc.php,1.12,1.13 class.uicategories.inc.php,1.22,1.23
Date: Sun, 13 Oct 2002 18:04:12 -0400

Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv7930/inc

Modified Files:
        class.bocategories.inc.php class.uicategories.inc.php 
Log Message:
update

Index: class.bocategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.bocategories.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.bocategories.inc.php  12 Oct 2002 21:17:59 -0000      1.12
--- class.bocategories.inc.php  13 Oct 2002 22:04:10 -0000      1.13
***************
*** 120,126 ****
                }
  
!               function formatted_list($format,$type,$cat_parent,$global_cats)
                {
!                       return 
$this->cats->formated_list($format,$type,$cat_parent,$global_cats);
                }
  
--- 120,126 ----
                }
  
!               function formatted_list($data)
                {
!                       return $this->cats->formatted_list($data);
                }
  

Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uicategories.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** class.uicategories.inc.php  12 Oct 2002 22:31:57 -0000      1.22
--- class.uicategories.inc.php  13 Oct 2002 22:04:10 -0000      1.23
***************
*** 342,348 ****
  
                        
$GLOBALS['phpgw']->template->set_var('category_list',$this->bo->cats->formatted_list(array('format'
     => 'select',
!                                                                               
                                                                                
                                'type'          => $type,
!                                                                               
                                                                                
                                'selected'      => $parent,
!                                                                               
                                                                                
                                'globals'       => $global_cats)));
                        
$GLOBALS['phpgw']->template->set_var('cat_name',$values['name']);
                        
$GLOBALS['phpgw']->template->set_var('cat_description',$values['descr']);
--- 342,348 ----
  
                        
$GLOBALS['phpgw']->template->set_var('category_list',$this->bo->cats->formatted_list(array('format'
     => 'select',
!                                                                               
                                                                                
                                                'type'  => $type,
!                                                                               
                                                                                
                                        'selected'      => $parent,
!                                                                               
                                                                                
                                        'globals'       => $global_cats)));
                        
$GLOBALS['phpgw']->template->set_var('cat_name',$values['name']);
                        
$GLOBALS['phpgw']->template->set_var('cat_description',$values['descr']);
***************
*** 456,460 ****
                        }
  
!                       
$GLOBALS['phpgw']->template->set_var('category_list',$this->bo->cats->formated_list('select',$type,$cats['parent'],$global_cats));
  
                        
$GLOBALS['phpgw']->template->set_var('access',$cats['access'] == 'private'?' 
checked':'');
--- 456,463 ----
                        }
  
!                       
$GLOBALS['phpgw']->template->set_var('category_list',$this->bo->cats->formatted_list(array('format'
     => 'select',
!                                                                               
                                                                                
                                                'type'  => $type,
!                                                                               
                                                                                
                                        'selected'      => $cats['parent'],
!                                                                               
                                                                                
                                        'globals'       => $global_cats)));
  
                        
$GLOBALS['phpgw']->template->set_var('access',$cats['access'] == 'private'?' 
checked':'');





reply via email to

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