phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.6.2.8.2.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.6.2.8.2.2,1.6.2.8.2.3
Date: Tue, 24 Jun 2003 09:18:12 -0400

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv14419

Modified Files:
      Tag: Version-0_9_16-branch
        class.uicategories.inc.php 
Log Message:
fix bug #3861

Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uicategories.inc.php,v
retrieving revision 1.6.2.8.2.2
retrieving revision 1.6.2.8.2.3
diff -C2 -r1.6.2.8.2.2 -r1.6.2.8.2.3
*** class.uicategories.inc.php  15 Jun 2003 21:39:12 -0000      1.6.2.8.2.2
--- class.uicategories.inc.php  24 Jun 2003 13:18:10 -0000      1.6.2.8.2.3
***************
*** 319,327 ****
                        
$this->template->set_var('actionurl',$GLOBALS['phpgw']->link('/index.php',$link_data));
  
!                       if ($this->acl_add)
!                       {
!                               $none_option = '<option 
value="0">'.lang('None').'</option>';
!                       }
!                       
$this->template->set_var('category_list',$none_option.$this->bo->formatted_list(array('select'
 => 'select','all' => 'all','cat_parent' => $cat_parent)),True);
                        $this->template->set_var('cat_name',$cat_name);
                        
$this->template->set_var('cat_description',$cat_description);
--- 319,323 ----
                        
$this->template->set_var('actionurl',$GLOBALS['phpgw']->link('/index.php',$link_data));
  
!                       
$this->template->set_var('category_list',$this->bo->cats->formatted_list(array('selected'
 => $cat_parent)));
                        $this->template->set_var('cat_name',$cat_name);
                        
$this->template->set_var('cat_description',$cat_description);
***************
*** 398,403 ****
                        
$this->template->set_var('cat_name',$GLOBALS['phpgw']->strip_html($cats[0]['name']));
                        
$this->template->set_var('cat_description',$GLOBALS['phpgw']->strip_html($cats[0]['description']));
!                       
$this->template->set_var('category_list',$this->bo->formatted_list(array('select'
 => 'select','all' => 'all', 'cat_parent' => $cats[0]['parent'])));
! 
                        $this->template->pfp('out','form');
                }
--- 394,398 ----
                        
$this->template->set_var('cat_name',$GLOBALS['phpgw']->strip_html($cats[0]['name']));
                        
$this->template->set_var('cat_description',$GLOBALS['phpgw']->strip_html($cats[0]['description']));
!                       
$this->template->set_var('category_list',$this->bo->cats->formatted_list(array('selected'
 => $cats[0]['parent'],'self' => $this->cat_id)));
                        $this->template->pfp('out','form');
                }





reply via email to

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