[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.11,1.12
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.11,1.12 |
Date: |
Tue, 24 Sep 2002 15:21:59 -0400 |
Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv17454
Modified Files:
class.xul_io.inc.php
Log Message:
some fixes:
- listbox (multiline select) was not setting the type on export
- templates referenzed by nextmatch or tab-widget got not embeded on export
Index: class.xul_io.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xul_io.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.xul_io.inc.php 24 Sep 2002 08:42:51 -0000 1.11
--- class.xul_io.inc.php 24 Sep 2002 19:21:56 -0000 1.12
***************
*** 185,188 ****
--- 185,193 ----
switch ($parent)
{
+ case 'nextmatch':
+ $embeded = new
etemplate($cell['size']);
+
$this->etempl2grid($embeded,&$root,$embeded_too);
+ unset($embeded);
+ break;
case 'tabbox':
$labels =
explode('|',$cell['label']); unset($cell['label']);
***************
*** 199,202 ****
--- 204,210 ----
$grid->set_attribute('id',$names[$n]);
$child2->add_node($grid);
+ $embeded = new
etemplate($names[$n]);
+
$this->etempl2grid($embeded,&$root,$embeded_too);
+ unset($embeded);
}
break;
***************
*** 213,216 ****
--- 221,225 ----
break;
case 'menulist':
+ case 'listbox':
if ($cell['type'] != 'select')
// one of the sub-types
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.11,1.12,
Ralf Becker <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: notes/templates/default index.xul,1.2.2.2,1.2.2.3 index.rows.xul,1.1.2.3,NONE
- Next by Date:
[Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.16,1.17
- Previous by thread:
[Phpgroupware-cvs] CVS: notes/templates/default index.xul,1.2.2.2,1.2.2.3 index.rows.xul,1.1.2.3,NONE
- Next by thread:
[Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.16,1.17
- Index(es):