phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/help/EN/overview.php, 1.2


From: nomail
Subject: [Phpgroupware-cvs] property/help/EN/overview.php, 1.2
Date: Wed, 2 Jun 2004 20:51:53 +0200

Update of /property/help/EN
Added Files:
        Branch: 
          overview.php

date: 2004/06/02 18:51:53;  author: sigurdne;  state: Exp;  lines: +40 -0

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: overview.php,v 1.2 2004/06/02 18:51:53 sigurdne Exp $ */

        $GLOBALS['phpgw_info']['flags'] = Array
        (
                'headonly'              => True,
                'currentapp'    => 'property'
        );

        include('../../../header.inc.php');

        $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper');
        $GLOBALS['phpgw']->help->set_params(array('app_name'    => 'property',
                                                                                
                'title'         => lang('property') . ' - ' . lang('overview'),
                                                                                
                'controls'      => array('down' => 'property.php')));

        $values['overview']     = array
        (
                'intro'                         => 'A web-based Facilities 
Management application. Integration with other applications in the phpGroupWare 
suite.',
                'prefs_settings'        => 'Preferences settings:<br>When you 
enter the property the first time it shows on the top the message *Please set 
your preferences for this application!*. This means you still have to adapt the 
application for your special needs. Each applications preferences section can 
be found within the preferences application. For further informations please 
see the section preferences.'
        );

        $GLOBALS['phpgw']->help->xdraw($values);
        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',$GLOBALS['phpgw']->help->output);
?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]