phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/inc class.uicategories.inc.php,1.2.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uicategories.inc.php,1.2.2.8.2.2,1.2.2.8.2.3
Date: Tue, 24 Jun 2003 17:22:52 -0400

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

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

Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uicategories.inc.php,v
retrieving revision 1.2.2.8.2.2
retrieving revision 1.2.2.8.2.3
diff -C2 -r1.2.2.8.2.2 -r1.2.2.8.2.3
*** class.uicategories.inc.php  24 Jun 2003 21:03:16 -0000      1.2.2.8.2.2
--- class.uicategories.inc.php  24 Jun 2003 21:22:48 -0000      1.2.2.8.2.3
***************
*** 70,74 ****
                        
$GLOBALS['phpgw']->template->set_var('user_name',$this->user);
                        
$GLOBALS['phpgw']->template->set_var('lang_search',lang('Search'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_done',lang('Cancel'));
                        
$GLOBALS['phpgw']->template->set_var('lang_sub',lang('Add sub'));
                        
$GLOBALS['phpgw']->template->set_var('lang_edit',lang('Edit'));
--- 70,75 ----
                        
$GLOBALS['phpgw']->template->set_var('user_name',$this->user);
                        
$GLOBALS['phpgw']->template->set_var('lang_search',lang('Search'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_cancel',lang('Cancel'));
!                       
$GLOBALS['phpgw']->template->set_var('lang_done',lang('done'));
                        
$GLOBALS['phpgw']->template->set_var('lang_sub',lang('Add sub'));
                        
$GLOBALS['phpgw']->template->set_var('lang_edit',lang('Edit'));
***************
*** 373,377 ****
  
                        $link_data['menuaction'] = 
'preferences.uicategories.index';
!                       
$GLOBALS['phpgw']->template->set_var('doneurl',$GLOBALS['phpgw']->link('/index.php',$link_data));
                        $GLOBALS['phpgw']->template->set_var('edithandle','');
                        $GLOBALS['phpgw']->template->set_var('addhandle','');
--- 374,378 ----
  
                        $link_data['menuaction'] = 
'preferences.uicategories.index';
!                       
$GLOBALS['phpgw']->template->set_var('cancel_url',$GLOBALS['phpgw']->link('/index.php',$link_data));
                        $GLOBALS['phpgw']->template->set_var('edithandle','');
                        $GLOBALS['phpgw']->template->set_var('addhandle','');
***************
*** 422,426 ****
  
                        $this->set_langs();
!                       
$GLOBALS['phpgw']->template->set_var('doneurl',$GLOBALS['phpgw']->link('/index.php',$link_data));
  
                        if ($new_parent)
--- 423,427 ----
  
                        $this->set_langs();
!                       
$GLOBALS['phpgw']->template->set_var('cancel_url',$GLOBALS['phpgw']->link('/index.php',$link_data));
  
                        if ($new_parent)





reply via email to

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