phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/idots navbar.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/templates/idots navbar.inc.php
Date: Sun, 07 Jan 2007 01:04:17 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     07/01/07 01:04:17

Modified files:
        templates/idots: navbar.inc.php 

Log message:
        kill some notices when trying to access an app you have no rights to, 
also make it look a little nicer

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/idots/navbar.inc.php?cvsroot=phpgwapi&r1=1.16&r2=1.17

Patches:
Index: navbar.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/templates/idots/navbar.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- navbar.inc.php      14 Oct 2006 13:52:42 -0000      1.16
+++ navbar.inc.php      7 Jan 2007 01:04:17 -0000       1.17
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage gui
-       * @version $Id: navbar.inc.php,v 1.16 2006/10/14 13:52:42 sigurdne Exp $
+       * @version $Id: navbar.inc.php,v 1.17 2007/01/07 01:04:17 skwashd Exp $
        */
 
 
@@ -71,7 +71,7 @@
                }
                else
                {
-                       
$var['current_app_title']=$GLOBALS['phpgw_info']['navbar'][$GLOBALS['phpgw_info']['flags']['currentapp']]['title'];
+                       $var['current_app_title'] = 
lang($GLOBALS['phpgw_info']['flags']['currentapp']);
                }
 
                if (isset($GLOBALS['phpgw_info']['navbar']['admin']) 




reply via email to

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