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: Wed, 25 Oct 2006 19:01:53 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/25 19:01:53

Modified files:
        inc            : hook_help.inc.php 

Log message:
        no message

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

Patches:
Index: hook_help.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/hook_help.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- hook_help.inc.php   3 Feb 2006 12:05:49 -0000       1.7
+++ hook_help.inc.php   25 Oct 2006 19:01:53 -0000      1.8
@@ -8,7 +8,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.7 2006/02/03 12:05:49 sigurdne 
Exp $
+       * @version $Id: hook_help.inc.php,v 1.8 2006/10/25 19:01:53 sigurdne 
Exp $
        */
 
 
@@ -43,5 +43,12 @@
                'lang_link_statustext'  => lang('project')
        );
 
+       $GLOBALS['phpgw']->help->data[] = array
+       (
+               'text'                                  => lang('agreements'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('agreements.php'),
+               'lang_link_statustext'  => lang('agreements')
+       );
+
        $GLOBALS['phpgw']->help->draw();
 ?>




reply via email to

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