phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: fax/inc class.manager.inc.php,1.1.1.1,1.2 hook_a


From: Marco Andriolo-Stagno (MAS!) <address@hidden>
Subject: [Phpgroupware-cvs] CVS: fax/inc class.manager.inc.php,1.1.1.1,1.2 hook_about.inc.php,1.1.1.1,1.2 hook_admin.inc.php,1.1.1.1,1.2 hook_manual.inc.php,1.1.1.1,1.2 hook_preferences.inc.php,1.1.1.1,1.2
Date: Wed, 27 Nov 2002 10:50:42 -0500

Update of /cvsroot/phpgroupware/fax/inc
In directory subversions:/tmp/cvs-serv11399/fax/inc

Modified Files:
        class.manager.inc.php hook_about.inc.php hook_admin.inc.php 
        hook_manual.inc.php hook_preferences.inc.php 
Log Message:
sync to latest version.



Index: class.manager.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/fax/inc/class.manager.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.manager.inc.php       26 Nov 2002 17:57:15 -0000      1.1.1.1
--- class.manager.inc.php       27 Nov 2002 15:50:40 -0000      1.2
***************
*** 1,809 ****
  <?php
- 
  /**************************************************************************\
!  * phpGroupWare - fax                                                       *
!  * http://www.phpgroupware.org                                              *
!  * This application written by:                                             *
!  *                             Marco Andriolo-Stagno <address@hidden>      *
!  *                             Paolo Andreetto <address@hidden>             *
!  *                             Davide Barbieri <address@hidden>              *
!  *                             PROSA <http://www.prosa.it>                  *
[...1942 lines suppressed...]
!             $tpl->pparse('write_updated', 'updated', TRUE);
!                       
!               }
!     }
! 
! #     false 0 startjob pop 
! #
! # salvare gia' i file temporanei con estensione se possibile?!
! # file -bik ...
! 
! 
! # ing  `when  '' (e.g. `when done'').  Note that `when
! #  requeued'' implies `when done''.  (Equivalent  to  the
! #  -D, -R, and -N options.)
! #xferfaxstats xferfaxlog  /var/spool/hylafax/etc/xferfaxlog 
! 
  ?>
              
+ 
+ 

Index: hook_about.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/fax/inc/hook_about.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** hook_about.inc.php  26 Nov 2002 17:57:16 -0000      1.1.1.1
--- hook_about.inc.php  27 Nov 2002 15:50:40 -0000      1.2
***************
*** 5,10 ****
   * This application written by:                                             *
   *                             Marco Andriolo-Stagno <address@hidden>      *
-  *                             Paolo Andreetto <address@hidden>             *
-  *                             Davide Barbieri <address@hidden>              *
   *                             PROSA <http://www.prosa.it>                  *
   * -------------------------------------------------------------------------*
--- 5,8 ----
***************
*** 17,25 ****
   \**************************************************************************/
  
!      /* $Id$ */
  
!       function about_app($tpl,$handle)
!       {
!               return 'FAX module by PROSA for Seeweb';
!       }
  ?>
--- 15,23 ----
   \**************************************************************************/
  
! /* $Id$ */
  
! function about_app($tpl,$handle)
! {
!       return 'FAX module by <a href="http://www.prosa.it";>PROSA</a> for <a 
href="http://www.seeweb.it";>Seeweb</a>';
! }
  ?>

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/fax/inc/hook_admin.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** hook_admin.inc.php  26 Nov 2002 17:57:16 -0000      1.1.1.1
--- hook_admin.inc.php  27 Nov 2002 15:50:40 -0000      1.2
***************
*** 5,10 ****
  * This application written by:                                             *
  *                             Marco Andriolo-Stagno <address@hidden>      *
- *                             Paolo Andreetto <address@hidden>             *
- *                             Davide Barbieri <address@hidden>              *
  *                             PROSA <http://www.prosa.it>                  *
  * -------------------------------------------------------------------------*
--- 5,8 ----
***************
*** 17,28 ****
  \**************************************************************************/
  
!     /* $Id$ */
  {
        $title = $appname;
!       $file = Array(
!          'Global settings'  => 
$GLOBALS['phpgw']->link('/index.php','menuaction=fax.manager.globalsettings')
!       );
      
! //Do not modify below this line
        display_section($appname,$title,$file);
  }
--- 15,28 ----
  \**************************************************************************/
  
! /* $Id$ */
! 
  {
        $title = $appname;
!       $file = array
!         (
!          'Global settings'    =>      
$GLOBALS['phpgw']->link('/index.php','menuaction=fax.manager.globalsettings')
!          );
      
!       //Do not modify below this line
        display_section($appname,$title,$file);
  }

Index: hook_manual.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/fax/inc/hook_manual.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** hook_manual.inc.php 26 Nov 2002 17:57:15 -0000      1.1.1.1
--- hook_manual.inc.php 27 Nov 2002 15:50:40 -0000      1.2
***************
*** 5,10 ****
  * This application written by:                                             *
  *                             Marco Andriolo-Stagno <address@hidden>      *
- *                             Paolo Andreetto <address@hidden>             *
- *                             Davide Barbieri <address@hidden>              *
  *                             PROSA <http://www.prosa.it>                  *
  * -------------------------------------------------------------------------*
--- 5,8 ----
***************
*** 17,27 ****
  \**************************************************************************/
  
!     /* $Id$ */
  
        // Only Modify the $file variable.....
!       $file = Array(
!               'Viewing'       =>      'view.php'
!       );
  //Do not modify below this line
!       display_manual_section($appname,$file);
! ?>
--- 15,27 ----
  \**************************************************************************/
  
! /* $Id$ */
  
        // Only Modify the $file variable.....
! $file = array
!   (
!    'Manual'   =>      'view.php'
!    );
  //Do not modify below this line
! display_manual_section($appname,$file);
! ?>    
!       

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/fax/inc/hook_preferences.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** hook_preferences.inc.php    26 Nov 2002 17:57:15 -0000      1.1.1.1
--- hook_preferences.inc.php    27 Nov 2002 15:50:40 -0000      1.2
***************
*** 5,10 ****
   * This application written by:                                             *
   *                             Marco Andriolo-Stagno <address@hidden>      *
-  *                             Paolo Andreetto <address@hidden>             *
-  *                             Davide Barbieri <address@hidden>              *
   *                             PROSA <http://www.prosa.it>                  *
   * -------------------------------------------------------------------------*
--- 5,8 ----
***************
*** 17,31 ****
   \**************************************************************************/
  
!   /* $Id$ */
! 
!   {
!       $title = $appname;
!       $file = Array(
!               #       'Preferences'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=antispam.checker.handlePreferences'),
!                       'FAX Settings'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction=fax.manager.preferences'),
!               );
  
  //Do not modify below this line
!       display_section($appname,$title,$file);
!   }
  ?>
--- 15,31 ----
   \**************************************************************************/
  
! /* $Id$ */
  
+ {
+       $title = $appname;
+       $file = array
+         (
+          #    'Preferences'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=antispam.checker.handlePreferences'),
+          'FAX Settings'       =>      
$GLOBALS['phpgw']->link('/index.php','menuaction=fax.manager.preferences'),
+          );
+       
  //Do not modify below this line
!       display_section($appname,$title,$file);
! }
  ?>
+       





reply via email to

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