phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.17,1.18


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.17,1.18
Date: Sun, 06 Oct 2002 04:50:25 -0400

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

Modified Files:
        class.xul_io.inc.php 
Log Message:
some more to allow relative template-names not only for tabs but in general

Index: class.xul_io.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xul_io.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.xul_io.inc.php        3 Oct 2002 23:46:28 -0000       1.17
--- class.xul_io.inc.php        6 Oct 2002 08:50:23 -0000       1.18
***************
*** 213,221 ****
                                                        $child->add_node($tab);
  
                                                        $grid = new 
xmlnode('grid');
!                                                       
$grid->set_attribute('id',$names[$n]);
                                                        
$child2->add_node($grid);
-                                                       $embeded = new 
etemplate($names[$n]);
-                                                       
$this->etempl2grid($embeded,&$root,$embeded_too);
                                                        unset($embeded);
                                                }
--- 213,221 ----
                                                        $child->add_node($tab);
  
+                                                       $embeded = new 
etemplate($names[$n],$etempl->as_array());
+                                                       
$this->etempl2grid($embeded,&$root,$embeded_too);
                                                        $grid = new 
xmlnode('grid');
!                                                       
$grid->set_attribute('id',$embeded->name);
                                                        
$child2->add_node($grid);
                                                        unset($embeded);
                                                }





reply via email to

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