phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/help/EN list.php, 1.3 overview.php, 1.5 a


From: powerstat
Subject: [Phpgroupware-cvs] addressbook/help/EN list.php, 1.3 overview.php, 1.5 add.php, 1.7 addressbook.php, 1.7
Date: Tue, 10 May 2005 15:02:00 +0200

Update of addressbook/help/EN

Modified Files:
     Branch: MAIN
            list.php lines: +13 -10
            overview.php lines: +12 -10
            add.php lines: +13 -10
            addressbook.php lines: +14 -10

Log Message:
Added phpdocs

====================================================
Index: addressbook/help/EN/list.php
diff -u addressbook/help/EN/list.php:1.2 addressbook/help/EN/list.php:1.3
--- addressbook/help/EN/list.php:1.2    Mon Dec 23 01:40:14 2002
+++ addressbook/help/EN/list.php        Tue May 10 13:02:43 2005
@@ -1,14 +1,14 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - User manual                                            
   *
-       * http://www.phpgroupware.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$ */
+       /**
+       * Addressbook - User manual
+       *
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @subpackage manual
+       * @version $Id$
+       */
+

        $GLOBALS['phpgw_info']['flags'] = Array
        (
@@ -16,6 +16,9 @@
                'currentapp'    => 'addressbook'
        );

+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');

        $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper');

====================================================
Index: addressbook/help/EN/overview.php
diff -u addressbook/help/EN/overview.php:1.4 
addressbook/help/EN/overview.php:1.5
--- addressbook/help/EN/overview.php:1.4        Mon Dec 23 01:40:14 2002
+++ addressbook/help/EN/overview.php    Tue May 10 13:02:43 2005
@@ -1,14 +1,13 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - User manual                                            
   *
-       * http://www.phpgroupware.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$ */
+       /**
+       * Addressbook - User manual
+       *
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @subpackage manual
+       * @version $Id$
+       */

        $GLOBALS['phpgw_info']['flags'] = Array
        (
@@ -16,6 +15,9 @@
                'currentapp'    => 'addressbook'
        );

+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');

        $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper');

====================================================
Index: addressbook/help/EN/add.php
diff -u addressbook/help/EN/add.php:1.6 addressbook/help/EN/add.php:1.7
--- addressbook/help/EN/add.php:1.6     Tue Dec 24 03:57:20 2002
+++ addressbook/help/EN/add.php Tue May 10 13:02:43 2005
@@ -1,14 +1,14 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - User manual                                            
   *
-       * http://www.phpgroupware.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$ */
+       /**
+       * Addressbook - User manual
+       *
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @subpackage manual
+       * @version $Id$
+       */
+

        $GLOBALS['phpgw_info']['flags'] = Array
        (
@@ -16,6 +16,9 @@
                'currentapp'    => 'addressbook'
        );

+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');
        $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper');
        $GLOBALS['phpgw']->help->set_params(array('app_name'    => 
'addressbook',

====================================================
Index: addressbook/help/EN/addressbook.php
diff -u addressbook/help/EN/addressbook.php:1.6 
addressbook/help/EN/addressbook.php:1.7
--- addressbook/help/EN/addressbook.php:1.6     Fri Dec 31 04:55:22 2004
+++ addressbook/help/EN/addressbook.php Tue May 10 13:02:43 2005
@@ -1,21 +1,25 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - User manual                                               *
-  * http://www.phpgroupware.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.                                              *
-  \**************************************************************************/
+       /**
+       * Addressbook - User manual
+       *
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @subpackage manual
+       * @version $Id$
+       */

-       /* $Id$ */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');
+
        $font = $phpgw_info['theme']['font'];
 ?>
 <img src="<?php echo $phpgw->common->image('addressbook','navbar.gif'); ?>" 
border="0">






reply via email to

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