phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/help/EN add.php, 1.3 edit_delete.php, 1.3 ca


From: powerstat
Subject: [Phpgroupware-cvs] calendar/help/EN add.php, 1.3 edit_delete.php, 1.3 calendar.php, 1.3 view.php, 1.4
Date: Wed, 11 May 2005 13:38:00 +0200

Update of calendar/help/EN

Modified Files:
     Branch: MAIN
            add.php lines: +13 -10
            edit_delete.php lines: +13 -11
            calendar.php lines: +13 -11
            view.php lines: +13 -11

Log Message:
Added phpdocs

====================================================
Index: calendar/help/EN/add.php
diff -u calendar/help/EN/add.php:1.2 calendar/help/EN/add.php:1.3
--- calendar/help/EN/add.php:1.2        Sat Sep 28 15:20:19 2002
+++ calendar/help/EN/add.php    Wed May 11 11:38:07 2005
@@ -1,19 +1,22 @@
 <?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.                                              *
-  \**************************************************************************/
+       /**
+       * Calendar - User manual
+       *
+       * @copyright Copyright (C) 2002,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package calendar
+       * @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'];
 ?>

====================================================
Index: calendar/help/EN/edit_delete.php
diff -u calendar/help/EN/edit_delete.php:1.2 
calendar/help/EN/edit_delete.php:1.3
--- calendar/help/EN/edit_delete.php:1.2        Sat Sep 28 15:20:19 2002
+++ calendar/help/EN/edit_delete.php    Wed May 11 11:38:07 2005
@@ -1,20 +1,22 @@
 <?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$ */
+       /**
+       * Calendar - User manual
+       *
+       * @copyright Copyright (C) 2002,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package calendar
+       * @subpackage manual
+       * @version $Id$
+       */

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

====================================================
Index: calendar/help/EN/calendar.php
diff -u calendar/help/EN/calendar.php:1.2 calendar/help/EN/calendar.php:1.3
--- calendar/help/EN/calendar.php:1.2   Sat Sep 28 15:20:19 2002
+++ calendar/help/EN/calendar.php       Wed May 11 11:38:07 2005
@@ -1,20 +1,22 @@
 <?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$ */
+       /**
+       * Calendar - User manual
+       *
+       * @copyright Copyright (C) 2002,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package calendar
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');
        $font = $phpgw_info['theme']['font'];
 ?>

====================================================
Index: calendar/help/EN/view.php
diff -u calendar/help/EN/view.php:1.3 calendar/help/EN/view.php:1.4
--- calendar/help/EN/view.php:1.3       Sat Sep 28 15:20:19 2002
+++ calendar/help/EN/view.php   Wed May 11 11:38:07 2005
@@ -1,20 +1,22 @@
 <?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$ */
+       /**
+       * Calendar - User manual
+       *
+       * @copyright Copyright (C) 2002,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package calendar
+       * @subpackage manual
+       * @version $Id$
+       */

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






reply via email to

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