forked from extern/egroupware
fixed class attribute of box-widgets got not imported
This commit is contained in:
parent
f198fb8f6e
commit
e85d49c343
@ -659,6 +659,8 @@ class xul_io
|
|||||||
{
|
{
|
||||||
$attr['size'] = '0'.($attr['orient'] || $attr['size'] ? ','.$attr['orient'].
|
$attr['size'] = '0'.($attr['orient'] || $attr['size'] ? ','.$attr['orient'].
|
||||||
($attr['size'] ? ','.$attr['size'] : '') : '');
|
($attr['size'] ? ','.$attr['size'] : '') : '');
|
||||||
|
$attr['span'] .= $attr['class'] ? ','.$attr['class'] : '';
|
||||||
|
unset($attr['class']);
|
||||||
soetemplate::add_child($parent,$attr);
|
soetemplate::add_child($parent,$attr);
|
||||||
$parents[count($parents)] = &$parent; // $parents[] does not always the same - strange
|
$parents[count($parents)] = &$parent; // $parents[] does not always the same - strange
|
||||||
$parent = &$attr;
|
$parent = &$attr;
|
||||||
|
Loading…
Reference in New Issue
Block a user