phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/inc class.ui.inc.php,1.12,1.13 hook_prefere


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/inc class.ui.inc.php,1.12,1.13 hook_preferences.inc.php,1.10,1.11
Date: Wed, 13 Mar 2002 15:32:41 -0500

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

Modified Files:
        class.ui.inc.php hook_preferences.inc.php 
Log Message:
update cats

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/class.ui.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.ui.inc.php    9 Mar 2002 22:11:03 -0000       1.12
--- class.ui.inc.php    13 Mar 2002 20:32:38 -0000      1.13
***************
*** 282,286 ****
                        }
  
!                       if ($cat[0]['app_name'] == 'phpgw' || !$this->cat_id)
                        {
                                $this->t->set_var('add','<form method="POST" 
action="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=todo.ui.add&cat_id=' . 
$this->cat_id)
--- 282,286 ----
                        }
  
!                       if ($cat[0]['app_name'] == 'phpgw' || $cat[0]['owner'] 
== '-1' || !$this->cat_id)
                        {
                                $this->t->set_var('add','<form method="POST" 
action="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=todo.ui.add&cat_id=' . 
$this->cat_id)

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/hook_preferences.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** hook_preferences.inc.php    13 Mar 2002 17:43:34 -0000      1.10
--- hook_preferences.inc.php    13 Mar 2002 20:32:38 -0000      1.11
***************
*** 18,22 ****
                (
                        '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')
                );
  //Do not modify below this line
--- 18,23 ----
                (
                        '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='
 . $appname
!                                                                               
                                . '&cats_level=True&global_cats=True')
                );
  //Do not modify below this line




reply via email to

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