mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 22:32:07 +01:00
fixed grid in cf widget displays border, if options are set
This commit is contained in:
parent
43e9cb2126
commit
d32ce66d91
@ -198,6 +198,7 @@ class customfields_widget
|
|||||||
$cell['type'] = 'grid';
|
$cell['type'] = 'grid';
|
||||||
$cell['data'] = array(array());
|
$cell['data'] = array(array());
|
||||||
$cell['rows'] = $cell['cols'] = 0;
|
$cell['rows'] = $cell['cols'] = 0;
|
||||||
|
$cell['size'] = '';
|
||||||
|
|
||||||
$n = 1;
|
$n = 1;
|
||||||
foreach($fields as $lname => $field)
|
foreach($fields as $lname => $field)
|
||||||
@ -474,7 +475,6 @@ class customfields_widget
|
|||||||
unset($label);
|
unset($label);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$cell['size'] = '';
|
|
||||||
if ($type != 'customfields-list')
|
if ($type != 'customfields-list')
|
||||||
{
|
{
|
||||||
$cell['data'][0]['A'] = '100';
|
$cell['data'][0]['A'] = '100';
|
||||||
|
Loading…
Reference in New Issue
Block a user