phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/linux-at-work.de navbar.inc.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/linux-at-work.de navbar.inc.php,1.9,1.10
Date: Sat, 26 Apr 2003 06:37:55 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/linux-at-work.de
In directory subversions:/tmp/cvs-serv6620/phpgwapi/templates/linux-at-work.de

Modified Files:
        navbar.inc.php 
Log Message:
Changed a x into %1.


Index: navbar.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgwapi/templates/linux-at-work.de/navbar.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** navbar.inc.php      24 May 2002 10:38:02 -0000      1.9
--- navbar.inc.php      26 Apr 2003 10:37:52 -0000      1.10
***************
*** 76,80 ****
                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);
                }
--- 76,80 ----
                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);
                }
***************
*** 115,119 ****
                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);
                }
   
--- 115,119 ----
                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);
                }
   
***************
*** 140,144 ****
  #             {
  #                     $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'],
--- 140,144 ----
  #             {
  #                     $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]