phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc hook_admin.inc.php,1.11,1.12 hook_p


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc hook_admin.inc.php,1.11,1.12 hook_preferences.inc.php,1.19,1.20
Date: Sat, 19 Apr 2003 18:07:54 -0400

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

Modified Files:
        hook_admin.inc.php hook_preferences.inc.php 
Log Message:
update hook_admin

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/hook_admin.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** hook_admin.inc.php  18 Apr 2003 23:48:42 -0000      1.11
--- hook_admin.inc.php  19 Apr 2003 22:07:52 -0000      1.12
***************
*** 12,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);
        }
  ?>
--- 12,24 ----
  
        {
! // Only Modify the $file variable.....
                $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 . '&global_cats=True')
                );
  //Do not modify below this line
!               $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
        }
  ?>

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/hook_preferences.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** hook_preferences.inc.php    18 Apr 2003 23:48:42 -0000      1.19
--- hook_preferences.inc.php    19 Apr 2003 22:07:52 -0000      1.20
***************
*** 12,16 ****
  
        {
-               $title = $appname;
                $file = Array
                (
--- 12,15 ----
***************
*** 19,23 ****
                        'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=projects&cats_level=True&global_cats=True')
                );
!               display_section($appname,$title,$file);
        }
  ?>
--- 18,22 ----
                        'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=projects&cats_level=True&global_cats=True')
                );
!               display_section($appname,$file);
        }
  ?>





reply via email to

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