forked from extern/egroupware
71 lines
3.6 KiB
PHP
Executable File
71 lines
3.6 KiB
PHP
Executable File
<?php
|
|
/**************************************************************************\
|
|
* phpGroupWare - User manual *
|
|
* 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$ */
|
|
|
|
$phpgw_flags = Array(
|
|
'currentapp' => 'manual'
|
|
);
|
|
$phpgw_info['flags'] = $phpgw_flags;
|
|
include('../../../header.inc.php');
|
|
?>
|
|
<img src="<?php echo $phpgw->common->image('preferences','navbar.gif'); ?>" border="0">
|
|
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
|
The place to make changes to your personal piece of groupware.<p/>
|
|
<ul>
|
|
<li><b>Change your Password:</b>
|
|
<br>Used for changing your login password to the system.
|
|
You will be presented with two text boxes, enter your new password,
|
|
then click on the change button.</li><p/>
|
|
<li><b>Select different Theme:</b><br/>
|
|
To change the look of the pages you see, within the system. Displayed is
|
|
your current theme (for new users set to default). Simply click on the
|
|
theme of your choice. Your pages will change immediately.</li><p/>
|
|
<li><b>Change your Settings:</b><br/>
|
|
<i>Max matches per page:</i><br/>
|
|
Choose how many instances of items will be displayed on your screen at one time, default is 15.<p/>
|
|
<i>Show text on navigation icons:</i><br/>
|
|
Add text under the navigation icons at the top of the screen.<p/>
|
|
<i>Time zone offset:</i><br/>
|
|
Set your time zone, default setting is Central Europian Standard CEST.<p/>
|
|
<i>Date format:</i><br/>
|
|
Choose the order of day/month/year, default is m/d/y.<p/>
|
|
<i>Time format:</i><br/>
|
|
Choose from am/pm=12hours or 24hours settings.<p/>
|
|
<i>Language:</i><br/>
|
|
Set your language, options German,Spanish,Norwegen,Italian,French, default is English.<p/>
|
|
<i>Show birthday reminders on main screen:</i><br/>
|
|
Selecting this option, enables birthday reminders to be shown on the day as
|
|
an alert. When you log on to the system on the day a birthday is entered, an alert
|
|
will be displayed on the home screen. Birthday settings are made in the address book.<p/>
|
|
<i>Show high priority events on main screen:</i><br/>
|
|
Selecting this option, enables reminders for priority tasks assigned to you in either
|
|
todo list or ticketing system.<p/>
|
|
<i>Weekday starts on:</i><br/>
|
|
<i>Choose the day your week starts.</i><p/>
|
|
<i>Workday starts on:</i><br/>
|
|
Choose the start time of your work day. This will effect the beginning time slot
|
|
in the calendar when displaying the days schedule.<p/>
|
|
<i>Workday ends on:</i><br/>
|
|
Choose the end time of your work day. This will effect the ending time slot
|
|
in the calendar when displaying the days schedule.<p/>
|
|
<i>Select Headline News sites:</i><br/>
|
|
Click on as many news headline news sites as you wish, these will be displayed for you
|
|
when using the headlines function. The systems admin set these as default, so be sure to
|
|
let them know if you want some that are not there ;)</li><p/>
|
|
<li><b>Change your profile:</b><br/>
|
|
Here you can set a few details about yourself, for public viewing by the rest of the users
|
|
of the system. Title,Phone number, Comments, Picture upload.</li><p/>
|
|
<li><b>Monitor Newsgroups:</b><br/>
|
|
Easily choose which news groups you want to set for reading.</li></ul>
|
|
</font>
|
|
<?php $phpgw->common->phpgw_footer(); ?>
|