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.14,1.1


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

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

Modified Files:
        head.inc.php 
Log Message:
Fix preferences links to email and calendar (bug #1058), thanks skwashd.  
(Untested due to state of templates)

Index: head.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/justweb/head.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** head.inc.php        15 Mar 2002 01:20:38 -0000      1.14
--- head.inc.php        23 Aug 2002 04:23:16 -0000      1.15
***************
*** 41,46 ****
                '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'),
--- 41,46 ----
                '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]