phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

date: 2004/06/02 18:51:56;  author: sigurdne;  state: Exp;  lines: +60 -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: property.php,v 1.2 2004/06/02 18:51:56 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('property'),
                                                                                
                'controls'      => array('up' => 'project.php')));

        $values['property'] = array
        (
                'item_1'                                => 'Add any and all 
information that you see fit. You can use the tab key to tab from one field to 
the next.',
                'item_2'                                => 'Once you have 
entered all the information, press OK to accept, Clear to erase all information 
in all the fields or Cancel to exit this screen.',
                'lang_lastname'                 => 'Last name',
                'lang_firstname'                => 'First name',
                'lang_email'                    => 'E-mail',
                'lang_homephone'                => 'Home phone',
                'lang_workphone'                => 'Work phone',
                'lang_mobile'                   => 'Mobile',
                'lang_street'                   => 'Street',
                'lang_city'                             => 'City',
                'lang_state'                    => 'State',
                'lang_zip'                              => 'ZIP code',
                'lang_access'                   => 'Access',
                'lang_groupsettings'    => 'Group settings',
                'lang_notes'                    => 'Notes',
                'lang_company'                  => 'Company name',
                'lang_fax'                              => 'Fax',
                'lang_pager'                    => 'Pager',
                'lang_othernumber'              => 'Other number',
                'lang_birthday'                 => 'Birthday',
                'access_descr'                  => 'Access can be restricted to 
private, overriding acl preferences settings.
                                                                        From 
preferences, you can grant access to users to the be able to view,
                                                                        edit, 
and even delete your entries.'
        );

        $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]