egroupware/addressbook/help/FI/addressbook.php

55 lines
2.0 KiB
PHP
Raw Normal View History

2002-04-02 22:19:06 +02:00
<?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');
$font = $phpgw_info['theme']['font'];
?>
<img src="<?php echo $phpgw->common->image('addressbook','navbar.gif'); ?>" border="0">
<font face="<?php echo $font ?>" size="2"><p/>
Hakutoiminnolla varustettu osoitekirja yhteystietojen tallentamiseen.
<ul><li><b>Lis<EFBFBD><EFBFBD>:</b><br/>
Napsauta lis<EFBFBD><EFBFBD> -painiketta ja n<EFBFBD>yt<EFBFBD>lle avautuu lomake, jossa on seuraavat kent<EFBFBD>t:
<table width="80%">
<td bgcolor="#ccddeb" width="50%" valign="top">
<font face="<?php echo $font; ?>" size="2">
Sukunimi:<br/>
E-Mail:<br/>
Kotinumero:<br/>
Ty<EFBFBD>numero:<br/>
Matkapuhelin:<br/>
Katuosoite:<br/>
Kaupunki:<br/>
Osavaltio:<br/>
Postinumero:<br/>
K<EFBFBD>ytt<EFBFBD>oikeus:<br/>
Ryhm<EFBFBD>n asetukset:<br/>
Muuta:</td>
<td bgcolor="#ccddeb" width="50%" valign="top">
<font face="<?php echo $font; ?>" size="2">
Etunimi:<br/>
Yritys:<br/>
Fax:<br/>
Hakulaite:<br/>
Muu numero:<br/>
Syntym<EFBFBD>p<EFBFBD>iv<EFBFBD>:</td></table>
...ja paljon muita.
T<EFBFBD>yt<EFBFBD> tiedot kenttiin ja napsauta OK.</li><p/></ul>
Tiedon k<EFBFBD>ytt<EFBFBD>oikeus voidaan rajoittaa yksityiseksi, mik<EFBFBD> ohittaa ACL:n
asetuksen. Osoitekirjan asetuksista voit antaa muille k<EFBFBD>ytt<EFBFBD>jille
oikeuden selata, muokata tai jopa poistaa tallentamiasi tietoja.<p/>
<?php $phpgw->common->phpgw_footer(); ?>