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, 23 Jul 2006 07:21:07 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/07/23 07:21:07

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

Log message:
        more new icons

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

Patches:
Index: navbar.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/templates/idots/navbar.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- navbar.inc.php      19 Jul 2006 01:40:11 -0000      1.10
+++ navbar.inc.php      23 Jul 2006 07:21:07 -0000      1.11
@@ -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.10 2006/07/19 01:40:11 skwashd Exp $
+       * @version $Id: navbar.inc.php,v 1.11 2006/07/23 07:21:07 skwashd Exp $
        */
 
 
@@ -90,7 +90,7 @@
                {
                        $api_messages = lang('You are required to change your 
password during your first login')
                        . '<br> Click this image on the navbar: <img src="'
-                       . 
$GLOBALS['phpgw']->common->image('preferences','navbar.gif').'">';
+                       . 
$GLOBALS['phpgw']->common->image('preferences','navbar').'">';
                }
                else if ($GLOBALS['phpgw_info']['user']['lastpasswd_change'] < 
time() - (86400*30))
                {
@@ -136,7 +136,7 @@
                }
                $GLOBALS['phpgw']->template->set_root(PHPGW_APP_TPL);
                $GLOBALS['phpgw']->hooks->process('after_navbar');
-               return;
+               unset($GLOBALS['phpgw_info']['navbar']);
        }
 
 




reply via email to

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