[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/templates/justweb navbar.inc.php,1.20.
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/templates/justweb navbar.inc.php,1.20.2.2,1.20.2.3 |
Date: |
Sat, 22 Mar 2003 07:07:55 -0500 |
Update of /cvsroot/phpgroupware/phpgwapi/templates/justweb
In directory subversions:/tmp/cvs-serv4529/justweb
Modified Files:
Tag: Version-0_9_14-branch
navbar.inc.php
Log Message:
moved generation and translation of app-title into applications-class
Index: navbar.inc.php
===================================================================
RCS file:
/cvsroot/phpgroupware/phpgwapi/templates/justweb/Attic/navbar.inc.php,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -C2 -r1.20.2.2 -r1.20.2.3
*** navbar.inc.php 20 Mar 2003 23:54:08 -0000 1.20.2.2
--- navbar.inc.php 22 Mar 2003 12:07:51 -0000 1.20.2.3
***************
*** 34,42 ****
if ($app[1]['title'] != "Home" && $app[1]['title'] !=
'preferences' && ! ereg('About',$app[1]['title']) && $app[1]['title'] !=
'Logout')
{
! $title = '<img src="' . $app[1]['icon'] . '"
alt="' . lang($app[1]['title']) . '" title="'
! . lang($app[1]['title']) . '"
border="0">';
if
($GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'] ==
'icons_and_text')
{
! $title .= '<br>' .
lang($app[1]['title']);
}
$applications .= '<br><a href="' .
$app[1]['url'] . '"' . $target . '>' . $title . '</a>';
--- 34,42 ----
if ($app[1]['title'] != "Home" && $app[1]['title'] !=
'preferences' && ! ereg('About',$app[1]['title']) && $app[1]['title'] !=
'Logout')
{
! $title = '<img src="' . $app[1]['icon'] . '"
alt="' . $app[1]['title'] . '" title="'
! . $app[1]['title'] . '" border="0">';
if
($GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'] ==
'icons_and_text')
{
! $title .= '<br>' . $app[1]['title'];
}
$applications .= '<br><a href="' .
$app[1]['url'] . '"' . $target . '>' . $title . '</a>';
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/templates/justweb navbar.inc.php,1.20.2.2,1.20.2.3,
Ralf Becker <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.applications.inc.php,1.45,1.45.2.1 functions.inc.php,1.121.2.12,1.121.2.13
- Next by Date:
[Phpgroupware-cvs] CVS: phpgwapi/templates/default navbar.inc.php,1.28.2.2,1.28.2.3
- Previous by thread:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.applications.inc.php,1.45,1.45.2.1 functions.inc.php,1.121.2.12,1.121.2.13
- Next by thread:
[Phpgroupware-cvs] CVS: phpgwapi/templates/default navbar.inc.php,1.28.2.2,1.28.2.3
- Index(es):