phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/inc class.uipreferences.inc.php,NONE,1.1.2.


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/inc class.uipreferences.inc.php,NONE,1.1.2.1 class.bopreferences.inc.php,NONE,1.1.2.1 hook_preferences.inc.php,1.9,1.9.2.1 hook_home.inc.php,1.1.2.1,1.1.2.2
Date: Sun, 28 Apr 2002 15:18:06 -0400

Update of /cvsroot/phpgroupware/todo/inc
In directory subversions:/tmp/cvs-serv23680/inc

Modified Files:
      Tag: Version-0_9_14-branch
        hook_preferences.inc.php hook_home.inc.php 
Added Files:
      Tag: Version-0_9_14-branch
        class.uipreferences.inc.php class.bopreferences.inc.php 
Log Message:
New preference to display todo items on main page.

***** Error reading new file: [Errno 2] No such file or directory: 
'class.uipreferences.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.bopreferences.inc.php'
Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/hook_preferences.inc.php,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** hook_preferences.inc.php    12 Jan 2002 15:39:51 -0000      1.9
--- hook_preferences.inc.php    28 Apr 2002 19:17:59 -0000      1.9.2.1
***************
*** 16,19 ****
--- 16,24 ----
        $title = $appname;
        $file = Array(
+               'Preferences' => $GLOBALS['phpgw']->link('/index.php',
+                               Array(
+                                       'menuaction'   => 
'todo.uipreferences.preferences'
+                               )
+                       ),
                'Grant Access'    => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
                'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=todo&cats_level=True&global_cats=True')

Index: hook_home.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/Attic/hook_home.inc.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** hook_home.inc.php   28 Apr 2002 18:48:10 -0000      1.1.2.1
--- hook_home.inc.php   28 Apr 2002 19:17:59 -0000      1.1.2.2
***************
*** 20,25 ****
        unset($d1);
  
! //    if 
($GLOBALS['phpgw_info']['user']['preferences']['todo']['mainscreen_showmail'] 
== True)
!       if ($GLOBALS['phpgw_info']['user']['apps']['todo'])
        {
  
--- 20,24 ----
        unset($d1);
  
!       if 
($GLOBALS['phpgw_info']['user']['preferences']['todo']['mainscreen_showevents'] 
== True)
        {
  




reply via email to

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