[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] property/help/EN/helpdesk.php, 1.1
From: |
nomail |
Subject: |
[Phpgroupware-cvs] property/help/EN/helpdesk.php, 1.1 |
Date: |
Sat, 23 Oct 2004 18:38:40 +0200 |
Update of /property/help/EN
Added Files:
Branch:
helpdesk.php
date: 2004/10/23 16:38:40; author: sigurdne; state: Exp;
Log Message:
no message
=====================================================================
<?php
/**************************************************************************\
* phpGroupWare - property
*
* http://www.phpgroupware.org
*
*
*
* Facilities Management
*
* Written by Sigurd Nes [sigurdne at online.no]
*
*
------------------------------------------------------------------------ *
* Copyright 2000 - 2003 Free Software Foundation, Inc
*
* This program is part of the GNU project, see http://www.gnu.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: helpdesk.php,v 1.1 2004/10/23 16:38:40 sigurdne Exp $ */
$phpgw_flags = Array(
'currentapp' => 'manual',
'admin_header' => True,
);
$phpgw_info['flags'] = $phpgw_flags;
include('../../../header.inc.php');
$appname = 'property';
?>
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
<ul>
<li><b>Location</b><p/>
Built from tts - tickets is linked to location or entity. One can start
(several)projects and (configurabel) entities (as reports) from the ticket -
with two way links in the project(s) and the entity.<p/>
A slightly modified version of ACL2 is implemented in the app property as it is
not properly implemented in api.<p/>
</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] property/help/EN/helpdesk.php, 1.1,
nomail <=