phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: fax/help/EN view.php,1.2,1.3


From: Marco Andriolo-Stagno (MAS!) <address@hidden>
Subject: [Phpgroupware-cvs] CVS: fax/help/EN view.php,1.2,1.3
Date: Thu, 05 Dec 2002 10:08:30 -0500

Update of /cvsroot/phpgroupware/fax/help/EN
In directory subversions:/tmp/cvs-serv28240/help/EN

Modified Files:
        view.php 
Log Message:
changed the fax attachment preview scheme (to keep compatibility even with
older browser)



Index: view.php
===================================================================
RCS file: /cvsroot/phpgroupware/fax/help/EN/view.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** view.php    27 Nov 2002 15:50:40 -0000      1.2
--- view.php    5 Dec 2002 15:08:26 -0000       1.3
***************
*** 1,11 ****
  <?php
! $phpgw_flags = array
!   (
!    'currentapp'       =>      'manual'
!    );
! $phpgw_info['flags'] = $phpgw_flags;
! include('../../../header.inc.php');
! $font = $phpgw_info['theme']['font'];
! ?>
  
        <img src="<?php echo $phpgw->common->image('fax','navbar.png'); ?>" 
border="0">
--- 1,11 ----
  <?php
!       $phpgw_flags = array
!       (
!        'currentapp'   =>      'manual'
!        );
!       $phpgw_info['flags'] = $phpgw_flags;
!       include('../../../header.inc.php');
!       $font = $phpgw_info['theme']['font'];
! ?>    
  
        <img src="<?php echo $phpgw->common->image('fax','navbar.png'); ?>" 
border="0">





reply via email to

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