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.inc.php,1.21,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.21,1.22
Date: Tue, 24 Sep 2002 18:34:23 -0400

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

Modified Files:
        class.uietemplate.inc.php 
Log Message:
dont write js-functions only if it is tested that js is disabled

Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** class.uietemplate.inc.php   24 Sep 2002 21:57:15 -0000      1.21
--- class.uietemplate.inc.php   24 Sep 2002 22:34:21 -0000      1.22
***************
*** 863,868 ****
                        }
  
!                       // here are going all the necesarry functions if 
javascript is definitve enabled
!                       if ($this->java_script(False))
                        {
                                $js .= '<script language="JavaScript">
--- 863,868 ----
                        }
  
!                       // here are going all the necesarry functions if 
javascript is enabled
!                       if ($this->java_script(True))
                        {
                                $js .= '<script language="JavaScript">





reply via email to

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