forked from extern/egroupware
fixing bug #2609: Saving attached files to the filemanager doesn't work
This commit is contained in:
parent
7f32f80230
commit
b43a3843d2
@ -1692,7 +1692,7 @@ class etemplate extends boetemplate
|
|||||||
{
|
{
|
||||||
$html = html::table($rows,html::formatOptions($cell_options,',,cellpadding,cellspacing').
|
$html = html::table($rows,html::formatOptions($cell_options,',,cellpadding,cellspacing').
|
||||||
($type != 'groupbox' ? html::formatOptions($class,'class').
|
($type != 'groupbox' ? html::formatOptions($class,'class').
|
||||||
self::get_id($form_name,$cell['name'],$cell['id']) : '').
|
($cell['name'] ? self::get_id($form_name,$cell['name'],$cell['id']) : '') : '').
|
||||||
($cell['align'] && $orient != 'horizontal' || $sub_cell_has_align ? ' width="100%"' : '')); // alignment only works if table has full width
|
($cell['align'] && $orient != 'horizontal' || $sub_cell_has_align ? ' width="100%"' : '')); // alignment only works if table has full width
|
||||||
if ($type != 'groupbox') $class = ''; // otherwise we create an extra div
|
if ($type != 'groupbox') $class = ''; // otherwise we create an extra div
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user