phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/justweb head.inc.php,1.13.2.1


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/justweb head.inc.php,1.13.2.1,1.13.2.2
Date: Fri, 23 Aug 2002 00:16:14 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/justweb
In directory subversions:/tmp/cvs-serv30995

Modified Files:
      Tag: Version-0_9_14-branch
        head.inc.php 
Log Message:
Fix preferences links to email and calendar (bug #1058), thanks skwashd

Index: head.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/justweb/head.inc.php,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C2 -r1.13.2.1 -r1.13.2.2
*** head.inc.php        15 Mar 2002 01:23:28 -0000      1.13.2.1
--- head.inc.php        23 Aug 2002 04:16:10 -0000      1.13.2.2
***************
*** 40,45 ****
                'todo'          => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'todo.uitodo.add')),
                'prefs'         => 
$GLOBALS['phpgw']->link('/preferences/index.php'),
!               'email'         => 
$GLOBALS['phpgw']->link('/email/preferences.php'),
!               'calendar'              => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calender.uicalendar.preferences')),
                'addressbook'   => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'addressbook.uiaddressbook.preferences')),
                'charset'               => lang('charset'),
--- 40,45 ----
                'todo'          => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'todo.uitodo.add')),
                'prefs'         => 
$GLOBALS['phpgw']->link('/preferences/index.php'),
!               'email'         => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'email.uipreferences.preferences')),
!               'calendar'      => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calendar.uipreferences.preferences')),
                'addressbook'   => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'addressbook.uiaddressbook.preferences')),
                'charset'               => lang('charset'),





reply via email to

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