mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
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'] ? ','.$attr['size'] : '') : '');
|
||||
$attr['span'] .= $attr['class'] ? ','.$attr['class'] : '';
|
||||
unset($attr['class']);
|
||||
soetemplate::add_child($parent,$attr);
|
||||
$parents[count($parents)] = &$parent; // $parents[] does not always the same - strange
|
||||
$parent = &$attr;
|
||||
|
Loading…
Reference in New Issue
Block a user