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.27,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.27,1.28
Date: Fri, 27 Sep 2002 20:30:04 -0400

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

Modified Files:
        class.uietemplate.inc.php 
Log Message:
changed templates to use ceb's css-theme-files

Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** class.uietemplate.inc.php   28 Sep 2002 00:09:47 -0000      1.27
--- class.uietemplate.inc.php   28 Sep 2002 00:30:01 -0000      1.28
***************
*** 54,57 ****
--- 54,62 ----
  
                        $this->boetemplate($name,$load_via);
+ 
+                       list($a,$b,$c,$d) = 
explode('.',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
+                       //echo "Version: $a.$b.$c.$d\n";
+                       if ($this->stable = $a <= 0 && $b <= 9 && $c <= 14)
+                               $this->class_conf = array();
                }
  
***************
*** 99,103 ****
                        $GLOBALS['phpgw_info']['etemplate']['loop'] = False;
                        $GLOBALS['phpgw_info']['etemplate']['form_options'] = 
'';       // might be set in show
!                       $html .= 
$this->html->nextMatchStyles($this->style)."\n\n". // so they get included once
                                $this->html->form($this->include_java_script() .
                                        
$this->show($this->complete_array_merge($content,$changes),$sel_options,$readonlys,'exec'),
--- 104,108 ----
                        $GLOBALS['phpgw_info']['etemplate']['loop'] = False;
                        $GLOBALS['phpgw_info']['etemplate']['form_options'] = 
'';       // might be set in show
!                       $html .= ($this->stable ? 
$this->html->nextMatchStyles()."\n\n" : ''). // so they get included once
                                $this->html->form($this->include_java_script() .
                                        
$this->show($this->complete_array_merge($content,$changes),$sel_options,$readonlys,'exec'),
***************
*** 116,122 ****
                        ),$id);
  
!                       list($a,$b,$c,$d) = 
explode('.',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
!                       //echo "Version: $a.$b.$c.$d\n";
!                       if ($a <= 0 && $b <= 9 && $c <= 14)
                        {
                                echo parse_navbar() . $html;
--- 121,125 ----
                        ),$id);
  
!                       if ($this->stable)
                        {
                                echo parse_navbar() . $html;





reply via email to

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