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.11,1.12


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.11,1.12
Date: Fri, 15 Mar 2002 20:57:59 -0500

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

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

Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uicategories.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.uicategories.inc.php  13 Mar 2002 17:24:23 -0000      1.11
--- class.uicategories.inc.php  16 Mar 2002 01:57:56 -0000      1.12
***************
*** 114,118 ****
                        if ($GLOBALS['appname'])
                        {
!                               
$this->template->set_var('title_categories',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']
 . '&nbsp;' . lang('global categories'));
                        }
                        else
--- 114,118 ----
                        if ($GLOBALS['appname'])
                        {
!                               
$this->template->set_var('title_categories',lang($GLOBALS['appname']) . 
'&nbsp;' . lang('global categories'));
                        }
                        else
***************
*** 255,259 ****
                        if ($GLOBALS['appname'])
                        {
!                               
$this->template->set_var('title_categories',lang('Add global category for 
x',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
                        }
                        else
--- 255,259 ----
                        if ($GLOBALS['appname'])
                        {
!                               
$this->template->set_var('title_categories',lang('Add global category for 
x',lang($GLOBALS['appname'])));
                        }
                        else
***************
*** 366,370 ****
                        if ($GLOBALS['appname'])
                        {
!                               
$this->template->set_var('title_categories',lang('Edit global category for 
x',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
                        }
                        else
--- 366,370 ----
                        if ($GLOBALS['appname'])
                        {
!                               
$this->template->set_var('title_categories',lang('Edit global category for 
x',lang($GLOBALS['appname'])));
                        }
                        else




reply via email to

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