phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/inc hook_settings.inc.php,1.1,1.2 hook_


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc hook_settings.inc.php,1.1,1.2 hook_preferences.inc.php,1.22,1.23class.bopreferences.inc.php,1.8,NONE class.uipreferences.inc.php,1.9,NONE
Date: Sat, 29 Mar 2003 20:41:39 -0500

Update of /cvsroot/phpgroupware/calendar/inc
In directory subversions:/tmp/cvs-serv28719/inc

Modified Files:
        hook_preferences.inc.php 
Added Files:
        hook_settings.inc.php 
Removed Files:
        class.bopreferences.inc.php class.uipreferences.inc.php 
Log Message:
changed calendar to use the user/default/forced prefs
deleted the no longer used classes ui-/bo-prefs


Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/hook_preferences.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** hook_preferences.inc.php    23 Nov 2002 14:22:07 -0000      1.22
--- hook_preferences.inc.php    30 Mar 2003 01:41:37 -0000      1.23
***************
*** 13,27 ****
  {
  // Only Modify the $file and $title variables.....
        $file = array(
!               'Preferences' => $GLOBALS['phpgw']->link('/index.php',
!                               Array(
!                                       'menuaction'   => 
'calendar.uipreferences.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);
  }
  ?>
--- 13,24 ----
  {
  // Only Modify the $file and $title variables.....
+       $title = $appname;
        $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,$title,$file);
  }
  ?>

--- class.bopreferences.inc.php DELETED ---

--- class.uipreferences.inc.php DELETED ---





reply via email to

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