phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: img/inc hook_preferences.inc.php,1.4,1.5


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: img/inc hook_preferences.inc.php,1.4,1.5
Date: Sun, 03 Nov 2002 19:50:20 -0500

Update of /cvsroot/phpgroupware/img/inc
In directory subversions:/tmp/cvs-serv6387/img/inc

Modified Files:
        hook_preferences.inc.php 
Log Message:
update prefs to use lang() instead 

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/img/inc/hook_preferences.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** hook_preferences.inc.php    12 Jan 2002 15:39:51 -0000      1.4
--- hook_preferences.inc.php    4 Nov 2002 00:50:17 -0000       1.5
***************
*** 1,24 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare                                                             *
!   * 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(
! //            'Preferences'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=img.uiimg.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);
! }
  ?>
--- 1,22 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * 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
!               (
! //                    'Preferences'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=img.uiimg.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,$file);
!       }
  ?>





reply via email to

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