forked from extern/egroupware
fixed type causing the box-options to be in the orient
This commit is contained in:
parent
5f0a31826d
commit
f378683cab
@ -246,7 +246,7 @@
|
|||||||
case 'hbox':
|
case 'hbox':
|
||||||
case 'box':
|
case 'box':
|
||||||
case 'deck':
|
case 'deck':
|
||||||
list($anz,$orient,$options) = split(',',$cell['size'],2);
|
list($anz,$orient,$options) = split(',',$cell['size'],3);
|
||||||
for ($n = 1; $n <= $anz; ++$n)
|
for ($n = 1; $n <= $anz; ++$n)
|
||||||
{
|
{
|
||||||
$this->add_widget($widget,$cell[$n],$embeded_too);
|
$this->add_widget($widget,$cell[$n],$embeded_too);
|
||||||
|
Loading…
Reference in New Issue
Block a user