mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 22:43:22 +01:00
61 lines
2.1 KiB
PHP
Executable File
61 lines
2.1 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_info["flags"] = array("currentapp" => "manual", "enable_utilities_class" => True);
|
|
include("../../header.inc.php");
|
|
?>
|
|
<img src="<?php echo $phpgw->common->image('addressbook','navbar.gif'); ?>" border=0>
|
|
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
|
<p>
|
|
A searchable address book for keeping contact information of business
|
|
associates or friends and family.
|
|
<ul>
|
|
<li><b>Add:</b>
|
|
<br> Click on the add button, a form page will be presented with the following fields:
|
|
<table width="80%">
|
|
<td bgcolor="#ccddeb" width=50% valign="top">
|
|
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
|
Last name:
|
|
<br>E-mail:
|
|
<br>Home phone:
|
|
<br>Work phone:
|
|
<br>Mobile:
|
|
<br>Street:
|
|
<br>City:
|
|
<br>State:
|
|
<br>ZIP code:
|
|
<br>Access:
|
|
<br>Group settings:
|
|
<br>Notes:
|
|
</td>
|
|
<td bgcolor="#ccddeb" width="50%" valign="top">
|
|
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
|
First name:
|
|
<br>Company name:
|
|
<br>Fax:
|
|
<br>Pager:
|
|
<br>Other number:
|
|
<br>Birthday:
|
|
</td>
|
|
</table>
|
|
Simply fill in the fields, and click OK.
|
|
<p>
|
|
</ul>
|
|
Access can be restricted to, private, group readable (that is the members of the
|
|
same groups as you are in, will be able to see the too, and globally readable, all
|
|
users to the system will be able to see the entry.
|
|
<p>
|
|
Users can only edit their own entries, regardless of readability settings.
|
|
<?php $phpgw->common->phpgw_footer(); ?>
|
|
|