CVSROOT: /sources/phpgroupware
Module name: email
Changes by: Sigurd Nes <sigurdne> 06/09/14 17:49:49
Modified files:
inc : hook_preferences.inc.php
Log message:
link
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/email/inc/hook_preferences.inc.php?cvsroot=phpgroupware&r1=1.17&r2=1.18
Patches:
Index: hook_preferences.inc.php
===================================================================
RCS file: /sources/phpgroupware/email/inc/hook_preferences.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- hook_preferences.inc.php 11 May 2005 14:08:27 -0000 1.17
+++ hook_preferences.inc.php 14 Sep 2006 17:49:49 -0000 1.18
@@ -7,15 +7,15 @@
* @license http://www.gnu.org/licenses/gpl.html GNU General Public
License
* @package email
* @subpackage hooks
- * @version $Id: hook_preferences.inc.php,v 1.17 2005/05/11 14:08:27
powerstat Exp $
+ * @version $Id: hook_preferences.inc.php,v 1.18 2006/09/14 17:49:49
sigurdne Exp $
*/
{
$title = $appname;
$file = Array(
- 'E-Mail Preferences' =>
$GLOBALS['phpgw']->link('/index.php','menuaction=email.uipreferences.preferences'),
- 'Extra E-Mail Accounts' =>
$GLOBALS['phpgw']->link('/index.php','menuaction=email.uipreferences.ex_accounts_list'),
- 'E-Mail Filters' =>
$GLOBALS['phpgw']->link('/index.php','menuaction=email.uifilters.filters_list')
+ 'E-Mail Preferences' =>
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>
'email.uipreferences.preferences')),
+ 'Extra E-Mail Accounts' =>
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>
'email.uipreferences.ex_accounts_list')),
+ 'E-Mail Filters' =>
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>
'email.uifilters.filters_list'))
);
// relfbecker recommends NOT using a version test for xslt check
if (is_object($GLOBALS['phpgw']->xslttpl))
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs