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,NONE,1.1.2.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc hook_settings.inc.php,NONE,1.1.2.1 hook_preferences.inc.php,1.21,1.21.4.1 class.bopreferences.inc.php,1.2.2.3,NONE class.uipreferences.inc.php,1.2.2.7,NONE
Date: Sat, 29 Mar 2003 20:35:28 -0500

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

Modified Files:
      Tag: Version-0_9_16-branch
        hook_preferences.inc.php 
Added Files:
      Tag: Version-0_9_16-branch
        hook_settings.inc.php 
Removed Files:
      Tag: Version-0_9_16-branch
        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

***** Error reading new file: [Errno 2] No such file or directory: 
'hook_settings.inc.php'
Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/hook_preferences.inc.php,v
retrieving revision 1.21
retrieving revision 1.21.4.1
diff -C2 -r1.21 -r1.21.4.1
*** hook_preferences.inc.php    12 Jan 2002 15:39:51 -0000      1.21
--- hook_preferences.inc.php    30 Mar 2003 01:35:26 -0000      1.21.4.1
***************
*** 15,24 ****
        $title = $appname;
        $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')
        );
--- 15,20 ----
        $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')
        );

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

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





reply via email to

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