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: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uicategories.inc.php,1.2.2.7,1.2.2.8
Date: Mon, 03 Mar 2003 17:27:42 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uicategories.inc.php 
Log Message:
Changed all x's to %'s in the api (will be commited by Ralf) and the other apps 
using them.


Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uicategories.inc.php,v
retrieving revision 1.2.2.7
retrieving revision 1.2.2.8
diff -C2 -r1.2.2.7 -r1.2.2.8
*** class.uicategories.inc.php  30 Oct 2002 16:59:46 -0000      1.2.2.7
--- class.uicategories.inc.php  3 Mar 2003 22:27:10 -0000       1.2.2.8
***************
*** 336,344 ****
                                {
                                        $this->bo->save_cat($values);
!                                       
$this->t->set_var('message',lang('Category x has been added !', $cat_name));
                                }
                        }
  
!                       $this->t->set_var('title_categories',lang('Add x 
category for',lang($cats_app)));
                        $this->t->set_var('lang_app',lang($cats_app));
                        
$this->t->set_var('actionurl',$GLOBALS['phpgw']->link('/index.php',$link_data));
--- 336,344 ----
                                {
                                        $this->bo->save_cat($values);
!                                       
$this->t->set_var('message',lang('Category %1 has been added !', $cat_name));
                                }
                        }
  
!                       $this->t->set_var('title_categories',lang('Add %1 
category for',lang($cats_app)));
                        $this->t->set_var('lang_app',lang($cats_app));
                        
$this->t->set_var('actionurl',$GLOBALS['phpgw']->link('/index.php',$link_data));
***************
*** 456,460 ****
                                {
                                        $cat_id = $this->bo->save_cat($values);
!                                       
$this->t->set_var('message',lang('Category x has been updated !',$cat_name));
                                }
                        }
--- 456,460 ----
                                {
                                        $cat_id = $this->bo->save_cat($values);
!                                       
$this->t->set_var('message',lang('Category %1 has been updated !',$cat_name));
                                }
                        }
***************
*** 462,466 ****
                        $cats = $this->bo->cats->return_single($cat_id);
  
!                       $this->t->set_var('title_categories',lang('Edit x 
category for',lang($cats_app)));
                        $this->t->set_var('lang_app',lang($cats_app));
                        $link_data['menuaction'] = 
'preferences.uicategories.edit';
--- 462,466 ----
                        $cats = $this->bo->cats->return_single($cat_id);
  
!                       $this->t->set_var('title_categories',lang('Edit %1 
category for',lang($cats_app)));
                        $this->t->set_var('lang_app',lang($cats_app));
                        $link_data['menuaction'] = 
'preferences.uicategories.edit';





reply via email to

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