phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.uiprojects.inc.php,1.49,1.50


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.uiprojects.inc.php,1.49,1.50 hook_admin.inc.php,1.7,1.8
Date: Wed, 13 Mar 2002 15:33:59 -0500

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv20066/inc

Modified Files:
        class.uiprojects.inc.php hook_admin.inc.php 
Log Message:
update cats

Index: class.uiprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojects.inc.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** class.uiprojects.inc.php    1 Feb 2002 04:24:26 -0000       1.49
--- class.uiprojects.inc.php    13 Mar 2002 20:33:56 -0000      1.50
***************
*** 368,372 ****
                                }
  
!                               if ($cat[0]['app_name'] == 'phpgw' || 
!$this->cat_id)
                                {
                                        $showadd = True;
--- 368,372 ----
                                }
  
!                               if ($cat[0]['app_name'] == 'phpgw' || 
$cat[0]['owner'] == '-1' || !$this->cat_id)
                                {
                                        $showadd = True;
***************
*** 1088,1092 ****
  // -------------------------------- end Add form declaration 
------------------------------
  
- //                    $GLOBALS['phpgw']->common->phpgw_footer();
                }
  
--- 1088,1091 ----

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/hook_admin.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** hook_admin.inc.php  13 Mar 2002 03:58:24 -0000      1.7
--- hook_admin.inc.php  13 Mar 2002 20:33:56 -0000      1.8
***************
*** 13,25 ****
        {
  // Only Modify the $file and $title variables.....
-               $title = $appname;
                $file = Array
                (
                        'Administration'        => 
$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_admins&action=pad'),
                        'Accountancy'           => 
$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_admins&action=pbo'),
!                       'Global Categories'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname=projects')
                );
  //Do not modify below this line
!               display_section($appname,$title,$file);
        }
  ?>
--- 13,24 ----
        {
  // Only Modify the $file and $title variables.....
                $file = Array
                (
                        'Administration'        => 
$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_admins&action=pad'),
                        'Accountancy'           => 
$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_admins&action=pbo'),
!                       'Global Categories'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname='
 . $appname)
                );
  //Do not modify below this line
!               display_section($appname,$appname,$file);
        }
  ?>




reply via email to

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