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,1.2,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc hook_settings.inc.php,1.2,1.3
Date: Mon, 31 Mar 2003 13:49:16 -0500

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

Modified Files:
        hook_settings.inc.php 
Log Message:
update preferences: added helptexts

Index: hook_settings.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_settings.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** hook_settings.inc.php       28 Mar 2003 02:22:33 -0000      1.2
--- hook_settings.inc.php       31 Mar 2003 18:49:13 -0000      1.3
***************
*** 12,22 ****
        /* $Id$ */
  
!       create_check_box('Show open Events: Tasks/Calls/Notes on main 
screen','homeShowEvents');
        
        $ui = CreateObject('infolog.uiinfolog');        // need some labels from
!       create_select_box('Default Filter for 
InfoLog','defaultFilter',$ui->filters);
        unset($ui);
        
!       create_check_box('List no Subs/Childs','listNoSubs');
  
!       create_check_box('Show full usernames','longNames');
--- 12,26 ----
        /* $Id$ */
  
!       create_check_box('Show open entries: Tasks/Calls/Notes on main 
screen','homeShowEvents',
!               'Should InfoLog display your open entries - not finised tasks, 
phonecalls or notes - on the main screen. Works only if you dont selected an 
application for the main screen (in your preferences).');
        
        $ui = CreateObject('infolog.uiinfolog');        // need some labels from
!       create_select_box('Default Filter for 
InfoLog','defaultFilter',$ui->filters,
!               'This is the filter InfoLog uses when you enter the 
application. Filters limit the entries to show in the actual view. There are 
filters to show only finished, still open or futures entries of yourself or all 
users.');
        unset($ui);
        
!       create_check_box('List no Subs/Childs','listNoSubs',
!               'Should InfoLog show Subtasks, -calls or -notes in the normal 
view or not. You can always view the Subs via there parent.');
  
!       create_check_box('Show full usernames','longNames',
!               'Should InfoLog use full names (surname and familyname) or just 
the loginnames.');





reply via email to

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