phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate_gtk.inc.php,NONE


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate_gtk.inc.php,NONE,1.1 class.etemplate.inc.php,1.1.1.1,1.2
Date: Tue, 19 Feb 2002 20:26:05 -0500

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv9180

Modified Files:
        class.etemplate.inc.php 
Added Files:
        class.uietemplate_gtk.inc.php 
Log Message:
initial import of gtk user-interface

***** Error reading new file: [Errno 2] No such file or directory: 
'class.uietemplate_gtk.inc.php'
Index: class.etemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.etemplate.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.etemplate.inc.php     6 Feb 2002 09:03:12 -0000       1.1.1.1
--- class.etemplate.inc.php     20 Feb 2002 01:26:03 -0000      1.2
***************
*** 13,17 ****
        /* $Id$ */
  
!       $ui = 'ui'; // html UI, which UI to use, should come from api and be in 
$GLOBALS['phpgw']???
! 
!       include(PHPGW_API_INC . 
"/../../etemplate/inc/class.${ui}etemplate.inc.php");
--- 13,20 ----
        /* $Id$ */
  
!       $ui = ''; // html UI, which UI to use, should come from api and be in 
$GLOBALS['phpgw']???
!       if ($_ENV['DISPLAY'])
!       {
!               $ui = '_gtk';
!       }
!       include(PHPGW_API_INC . 
"/../../etemplate/inc/class.uietemplate$ui.inc.php");




reply via email to

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