[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/templates/default navbar.inc.php,1.28.
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/templates/default navbar.inc.php,1.28.2.3.2.2,1.28.2.3.2.3 |
Date: |
Thu, 01 May 2003 03:49:30 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv27823/default
Modified Files:
Tag: Version-0_9_16-branch
navbar.inc.php
Log Message:
need to check for prefs/common/show_currentusers is true and not only if its
set, as the new prefs set it anyway to 0 or 1
Index: navbar.inc.php
===================================================================
RCS file:
/cvsroot/phpgroupware/phpgwapi/templates/default/Attic/navbar.inc.php,v
retrieving revision 1.28.2.3.2.2
retrieving revision 1.28.2.3.2.3
diff -C2 -r1.28.2.3.2.2 -r1.28.2.3.2.3
*** navbar.inc.php 19 Apr 2003 21:10:02 -0000 1.28.2.3.2.2
--- navbar.inc.php 1 May 2003 07:49:27 -0000 1.28.2.3.2.3
***************
*** 77,81 ****
$var['powered_by'] = lang('Powered by phpGroupWare
version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
}
! if (isset($GLOBALS['phpgw_info']['navbar']['admin']) &&
isset($GLOBALS['phpgw_info']['user']['preferences']['common']['show_currentusers']))
{
$var['current_users'] = '<a href="' .
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicurrentsessions.list_sessions')
--- 77,81 ----
$var['powered_by'] = lang('Powered by phpGroupWare
version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
}
! if (isset($GLOBALS['phpgw_info']['navbar']['admin']) &&
$GLOBALS['phpgw_info']['user']['preferences']['common']['show_currentusers'])
{
$var['current_users'] = '<a href="' .
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicurrentsessions.list_sessions')
***************
*** 150,154 ****
);
$var['powered_by'] = lang('Powered by phpGroupWare
version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
! if (isset($GLOBALS['phpgw_info']['navbar']['admin']) &&
isset($GLOBALS['phpgw_info']['user']['preferences']['common']['show_currentusers']))
{
$var['current_users'] = '<a href="' .
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicurrentsessions.list_sessions')
--- 150,154 ----
);
$var['powered_by'] = lang('Powered by phpGroupWare
version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
! if (isset($GLOBALS['phpgw_info']['navbar']['admin']) &&
$GLOBALS['phpgw_info']['user']['preferences']['common']['show_currentusers'])
{
$var['current_users'] = '<a href="' .
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicurrentsessions.list_sessions')
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/templates/default navbar.inc.php,1.28.2.3.2.2,1.28.2.3.2.3,
Ralf Becker <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: developer_tools/perl checkcurrent.pl,1.1,NONE lang_extract.pl,1.4,NONE
- Next by Date:
[Phpgroupware-cvs] CVS: phpgwapi/templates/linux-at-work.de navbar.inc.php,1.6.2.6.2.2,1.6.2.6.2.3
- Previous by thread:
[Phpgroupware-cvs] CVS: developer_tools/perl checkcurrent.pl,1.1,NONE lang_extract.pl,1.4,NONE
- Next by thread:
[Phpgroupware-cvs] CVS: phpgwapi/templates/linux-at-work.de navbar.inc.php,1.6.2.6.2.2,1.6.2.6.2.3
- Index(es):