phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/help/EN view.php, 1.5 edit_delete.php, 1.4 c


From: skwashd
Subject: [Phpgroupware-cvs] calendar/help/EN view.php, 1.5 edit_delete.php, 1.4 calendar.php, 1.4 add.php, 1.4
Date: Sun, 15 May 2005 07:48:00 +0200

Update of calendar/help/EN

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

Log Message:
rollback unlawful header changes and get a usable base so I can merge in 16 
changes

====================================================
Index: calendar/help/EN/view.php
diff -u calendar/help/EN/view.php:1.4 calendar/help/EN/view.php:1.5
--- calendar/help/EN/view.php:1.4       Wed May 11 11:38:07 2005
+++ calendar/help/EN/view.php   Sun May 15 05:48:34 2005
@@ -1,22 +1,20 @@
 <?php
-       /**
-       * 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$
-       */
+  /**************************************************************************\
+  * 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$ */

        $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/edit_delete.php
diff -u calendar/help/EN/edit_delete.php:1.3 
calendar/help/EN/edit_delete.php:1.4
--- calendar/help/EN/edit_delete.php:1.3        Wed May 11 11:38:07 2005
+++ calendar/help/EN/edit_delete.php    Sun May 15 05:48:34 2005
@@ -1,22 +1,20 @@
 <?php
-       /**
-       * 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$
-       */
+  /**************************************************************************\
+  * 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$ */

        $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.3 calendar/help/EN/calendar.php:1.4
--- calendar/help/EN/calendar.php:1.3   Wed May 11 11:38:07 2005
+++ calendar/help/EN/calendar.php       Sun May 15 05:48:34 2005
@@ -1,22 +1,20 @@
 <?php
-       /**
-       * 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$
-       */
+  /**************************************************************************\
+  * 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$ */

        $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/add.php
diff -u calendar/help/EN/add.php:1.3 calendar/help/EN/add.php:1.4
--- calendar/help/EN/add.php:1.3        Wed May 11 11:38:07 2005
+++ calendar/help/EN/add.php    Sun May 15 05:48:34 2005
@@ -1,22 +1,19 @@
 <?php
-       /**
-       * 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$
-       */
+  /**************************************************************************\
+  * 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$ */
        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
-
-       /**
-       * Include phpgroupware header
-       */
        include('../../../header.inc.php');
        $font = $phpgw_info['theme']['font'];
 ?>






reply via email to

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