phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc hook_help.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc hook_help.inc.php
Date: Tue, 06 Mar 2007 12:33:43 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/03/06 12:33:43

Modified files:
        inc            : hook_help.inc.php 

Log message:
        new manual

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/hook_help.inc.php?cvsroot=phpgroupware&r1=1.9&r2=1.10

Patches:
Index: hook_help.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/hook_help.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- hook_help.inc.php   26 Jan 2007 14:53:47 -0000      1.9
+++ hook_help.inc.php   6 Mar 2007 12:33:43 -0000       1.10
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage manual
-       * @version $Id: hook_help.inc.php,v 1.9 2007/01/26 14:53:47 sigurdne 
Exp $
+       * @version $Id: hook_help.inc.php,v 1.10 2007/03/06 12:33:43 sigurdne 
Exp $
        */
 
 
@@ -40,31 +40,66 @@
        $GLOBALS['phpgw']->help->data[] = array
        (
                'text'                                  => lang('overview'),
-               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('overview.php'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('overview.odt'),
                'lang_link_statustext'  => lang('overview')
        );
 
+       $GLOBALS['phpgw']->help->data[] = array
+       (
+               'text'                                  => lang('location'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('location.odt'),
+               'lang_link_statustext'  => lang('location')
+       );
 
        $GLOBALS['phpgw']->help->data[] = array
        (
-               'text'                                  => lang('property'),
-               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('property.php'),
-               'lang_link_statustext'  => lang('property')
+               'text'                                  => lang('entities'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('entities.odt'),
+               'lang_link_statustext'  => lang('entities')
        );
 
        $GLOBALS['phpgw']->help->data[] = array
        (
                'text'                                  => lang('project'),
-               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('project.php'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('project.odt'),
                'lang_link_statustext'  => lang('project')
        );
 
        $GLOBALS['phpgw']->help->data[] = array
        (
+               'text'                                  => lang('requirement'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('requirement.odt'),
+               'lang_link_statustext'  => lang('requirement')
+       );
+
+       $GLOBALS['phpgw']->help->data[] = array
+       (
                'text'                                  => lang('agreements'),
-               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('agreements.php'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('agreement.vendor.odt'),
                'lang_link_statustext'  => lang('agreements')
        );
 
+       $GLOBALS['phpgw']->help->data[] = array
+       (
+               'text'                                  => lang('invoice'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('invoice.odt'),
+               'lang_link_statustext'  => lang('invoice')
+       );
+
+       $GLOBALS['phpgw']->help->data[] = array
+       (
+               'text'                                  => lang('helpdesk'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('helpdesk.odt'),
+               'lang_link_statustext'  => lang('helpdesk')
+       );
+
+       $GLOBALS['phpgw']->help->data[] = array
+       (
+               'text'                                  => lang('document'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('document.odt'),
+               'lang_link_statustext'  => lang('document')
+       );
+
+
        $GLOBALS['phpgw']->help->draw();
 ?>




reply via email to

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