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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/help/EN overview.php
Date: Wed, 25 Oct 2006 18:58:45 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/25 18:58:45

Modified files:
        help/EN        : overview.php 

Log message:
        no message

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/help/EN/overview.php?cvsroot=phpgroupware&r1=1.6&r2=1.7

Patches:
Index: overview.php
===================================================================
RCS file: /sources/phpgroupware/property/help/EN/overview.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- overview.php        25 Oct 2006 13:52:41 -0000      1.6
+++ overview.php        25 Oct 2006 18:58:45 -0000      1.7
@@ -8,32 +8,25 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage manual
-       * @version $Id: overview.php,v 1.6 2006/10/25 13:52:41 sigurdne Exp $
+       * @version $Id: overview.php,v 1.7 2006/10/25 18:58:45 sigurdne Exp $
        */
 
        /**
         * This is the manual entry for the overview
         */
 
-       $GLOBALS['phpgw_info']['flags'] = Array
-       (
-               'headonly'              => True,
-               'currentapp'    => 'property'
-       );
-
-       include('../../../header.inc.php');
-
-       $GLOBALS['phpgw']->help = CreateObject('manual.help_helper');
        $GLOBALS['phpgw']->help->set_params(array('app_name'    => 'property',
                                                                                
                'title'         => lang('property') . ' - ' . lang('overview'),
-                                                                               
                'controls'      => array('down' => 'property.php')));
-
-       $values['overview']     = array
+                                                                               
                'controls'      => array('down' => 'property.php'
+                                                                               
                )));
+       $values = array
        (
+               'title'         => lang('property') . ' - ' . lang('overview'),
+               'controls'      => array('down' => 'property.php'),
+               'app_name'      => 'property',
                '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.'
+               'text'  => '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]