phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpbrain/inc hook_admin.inc.php,1.4,1.5


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpbrain/inc hook_admin.inc.php,1.4,1.5
Date: Tue, 22 Apr 2003 21:44:53 -0400

Update of /cvsroot/phpgroupware/phpbrain/inc
In directory subversions:/tmp/cvs-serv8931

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

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/hook_admin.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** hook_admin.inc.php  18 Apr 2003 02:32:21 -0000      1.4
--- hook_admin.inc.php  23 Apr 2003 01:44:51 -0000      1.5
***************
*** 3,28 ****
        * phpGroupWare - KnowledgeBase                                          
   *
        * http://www.phpgroupware.org                                           
   *
!       * Written by Dave Hall [dave.hall at mbox.com.au]                       
                 *
        * 
------------------------------------------------------------------------ *
!       * Started off as a port of phpBrain - http://vrotvrot.com/phpBrain/     
         *
!       *  but quickly became a full rewrite                                    
                                         *
        * 
------------------------------------------------------------------------ *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
        
\**************************************************************************/
  
        {
!               $values = array
                (
!                       'Site Configuration' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' 
. $appname),
!                       'Global Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname='
 . $appname),
!                       'Maintain Answers' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.maint_answer'),
!                       'Maintain Questions' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.maint_question'),
!                       'Reports - Not implemented' => 
$GLOBALS['phpgw']->link() 
//$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.index')
                );
! 
!               display_section($appname,$appname,$values);
        }
  ?>
--- 3,27 ----
        * phpGroupWare - KnowledgeBase                                          
   *
        * http://www.phpgroupware.org                                           
   *
!       * Written by Dave Hall [dave.hall at mbox.com.au]                       
               *
        * 
------------------------------------------------------------------------ *
!       * Started off as a port of phpBrain - http://vrotvrot.com/phpBrain/     
           *
!       * but quickly became a full rewrite                                     
   *
        * 
------------------------------------------------------------------------ *
!       * This program is free software; you can redistribute it and/or modify 
it  *
!       * under the terms of the GNU General Public License as published by the 
   *
!       * Free Software Foundation; either version 2 of the License, or (at 
your   *
!       * option) any later version.                                            
   *
        
\**************************************************************************/
  
        {
!               $file = array
                (
!                       'Site Configuration'            => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' 
. $appname),
!                       'Global Categories'                     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname='
 . $appname),
!                       'Maintain Answers'                      => 
$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.maint_answer'),
!                       'Maintain Questions'            => 
$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.maint_question'),
!                       'Reports - Not implemented'     => 
$GLOBALS['phpgw']->link() 
//$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.index')
                );
!               $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
        }
  ?>





reply via email to

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