phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc hook_settings.inc.php,NONE,1.1.2.1 h


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc hook_settings.inc.php,NONE,1.1.2.1 hook_admin.inc.php,1.4,1.4.4.1 hook_preferences.inc.php,1.8,1.8.6.1
Date: Thu, 27 Mar 2003 21:13:33 -0500

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv15994

Modified Files:
      Tag: Version-0_9_16-branch
        hook_admin.inc.php hook_preferences.inc.php 
Added Files:
      Tag: Version-0_9_16-branch
        hook_settings.inc.php 
Log Message:
new preferences to use the user/default/forced tabs

***** Error reading new file: [Errno 2] No such file or directory: 
'hook_settings.inc.php'
Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_admin.inc.php,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -C2 -r1.4 -r1.4.4.1
*** hook_admin.inc.php  7 Oct 2001 20:11:32 -0000       1.4
--- hook_admin.inc.php  28 Mar 2003 02:13:30 -0000      1.4.4.1
***************
*** 1,23 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - Info Log administration                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  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.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
! {
! // Only Modify the $file and $title variables.....
!       $title = $appname;
!       $file = Array(
!               'Site configuration' => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction' => 
'infolog.uiinfolog.admin' )),
!               'CSV-Import' => 
$GLOBALS['phpgw']->link('/infolog/csv_import.php')
!       );
! //Do not modify below this line
!       display_section($appname,$title,$file);
! }
! ?>
\ No newline at end of file
--- 1,24 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - Info Log administration                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  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.                                           
   *
!       
\**************************************************************************/
!       /* $Id$ */
! 
!       {
!               $file = Array
!               (
!                       'Site configuration' => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction' => 
'infolog.uiinfolog.admin' )),
!                       'Global Categories'  => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname='
 . $appname . '&global_cats=True'),
!                       'CSV-Import' => 
$GLOBALS['phpgw']->link('/infolog/csv_import.php')
!               );
! 
! //Do not modify below this line
!               display_section($appname,lang($appname),$file); // please not 
2. appname is for .14 compatibilty
!       }
! ?>

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_preferences.inc.php,v
retrieving revision 1.8
retrieving revision 1.8.6.1
diff -C2 -r1.8 -r1.8.6.1
*** hook_preferences.inc.php    12 Jan 2002 15:46:46 -0000      1.8
--- hook_preferences.inc.php    28 Mar 2003 02:13:30 -0000      1.8.6.1
***************
*** 1,5 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare                                                          
   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Ralf Becker <address@hidden>                  *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare - InfoLog Preferences                                    
   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Ralf Becker <address@hidden>                  *
***************
*** 15,26 ****
  {
  // Only Modify the $file and $title variables.....
-       $title = $appname;
        $file = array(
!               'Preferences'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=infolog.uiinfolog.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='
 . $appname . '&cats_level=True&global_cats=True')
        );
  //Do not modify below this line
!       display_section($appname,$title,$file);
  }
  
--- 15,25 ----
  {
  // Only Modify the $file and $title variables.....
        $file = array(
!               'Preferences'     => 
$GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname),
                '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
!       display_section($appname,lang($appname),$file); // leave 2. $appname 
for compatibilty with .14
  }
  





reply via email to

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