egroupware/admin/help/FI/account.php

36 lines
1.6 KiB
PHP
Raw Normal View History

2002-04-02 22:25:02 +02:00
<?php
/**************************************************************************\
2004-01-27 00:06:52 +01:00
* eGroupWare - User manual *
* http://www.egroupware.org *
2002-04-02 22:25:02 +02:00
* -------------------------------------------- *
* 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',
'admin_header' => True,
);
$phpgw_info['flags'] = $phpgw_flags;
include('../../../header.inc.php');
$appname = 'admin';
?>
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
T<EFBFBD>m<EFBFBD> sovellus on yleens<EFBFBD> vain j<EFBFBD>rjestelm<EFBFBD>n p<EFBFBD><EFBFBD>k<EFBFBD>ytt<EFBFBD>j<EFBFBD>n k<EFBFBD>ytett<EFBFBD>viss<EFBFBD>.
Sovelluksella hallitaan kaikkia sovelluksia, k<EFBFBD>ytt<EFBFBD>ji<EFBFBD>, ryhmi<EFBFBD> ja istuntojen
lokeja.
<ul>
<li><b>K<EFBFBD>ytt<EFBFBD>jien hallinta:</b><p/>
<i>K<EFBFBD>ytt<EFBFBD>j<EFBFBD>tunnukset:</i><br/>
Toiminnolla voit lis<EFBFBD>t<EFBFBD>, muuttaa ja poistaa k<EFBFBD>ytt<EFBFBD>j<EFBFBD>tunnuksia sek<EFBFBD> asettaa
ryhm<EFBFBD>t joihin tunnus kuuluu ja mihin sovelluksiin k<EFBFBD>ytt<EFBFBD>j<EFBFBD>ll<EFBFBD> on k<EFBFBD>ytt<EFBFBD>oikeus.<p/>
<i>K<EFBFBD>ytt<EFBFBD>j<EFBFBD>ryhm<EFBFBD>t:</i><br/>
Toiminnolla voit lis<EFBFBD>t<EFBFBD>, muuttaa ja poistaa k<EFBFBD>ytt<EFBFBD>j<EFBFBD>ryhmi<EFBFBD>.<p/>
</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>