phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety navbar.inc.php,1.3


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety navbar.inc.php,1.30.2.3,1.30.2.4
Date: Mon, 03 Mar 2003 17:27:42 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/idsociety
In directory subversions:/tmp/cvs-serv8198/phpgwapi/templates/idsociety

Modified Files:
      Tag: Version-0_9_14-branch
        navbar.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: navbar.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgwapi/templates/idsociety/Attic/navbar.inc.php,v
retrieving revision 1.30.2.3
retrieving revision 1.30.2.4
diff -C2 -r1.30.2.3 -r1.30.2.4
*** navbar.inc.php      22 Aug 2002 10:16:27 -0000      1.30.2.3
--- navbar.inc.php      3 Mar 2003 22:27:10 -0000       1.30.2.4
***************
*** 150,154 ****
                if ($GLOBALS['phpgw_info']['server']['showpoweredbyon'] == 
'top')
                {
!                       $var['powered_by'] = lang('Powered by phpGroupWare 
version x',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
                        $tpl->set_var($var);
                }
--- 150,154 ----
                if ($GLOBALS['phpgw_info']['server']['showpoweredbyon'] == 
'top')
                {
!                       $var['powered_by'] = lang('Powered by phpGroupWare 
version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
                        $tpl->set_var($var);
                }
***************
*** 193,197 ****
                elseif ($GLOBALS['phpgw_info']['user']['lastpasswd_change'] < 
time() - (86400*30))
                {
!                       $api_messages = lang('it has been more then x days 
since you changed your password',30);
                }
   
--- 193,197 ----
                elseif ($GLOBALS['phpgw_info']['user']['lastpasswd_change'] < 
time() - (86400*30))
                {
!                       $api_messages = lang('it has been more then %1 days 
since you changed your password',30);
                }
   
***************
*** 228,232 ****
                {
                        $var = Array(
!                               'powered'       => lang('Powered by 
phpGroupWare version x', 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']),
                                'img_root'      => PHPGW_IMAGES_DIR,
                                'power_backcolor'       => 
$GLOBALS['phpgw_info']['theme']['navbar_bg'],
--- 228,232 ----
                {
                        $var = Array(
!                               'powered'       => lang('Powered by 
phpGroupWare version %1', 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']),
                                'img_root'      => PHPGW_IMAGES_DIR,
                                'power_backcolor'       => 
$GLOBALS['phpgw_info']['theme']['navbar_bg'],





reply via email to

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