update preferences: added helptexts

This commit is contained in:
Ralf Becker 2003-03-31 18:49:13 +00:00
parent 8e6837762a
commit 3969f5e153

View File

@ -11,12 +11,16 @@
/* $Id$ */
create_check_box('Show open Events: Tasks/Calls/Notes on main screen','homeShowEvents');
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);
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');
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');
create_check_box('Show full usernames','longNames',
'Should InfoLog use full names (surname and familyname) or just the loginnames.');