mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fixed grid in cf widget displays border, if options are set
This commit is contained in:
parent
b892149294
commit
d6509ad506
@ -199,6 +199,7 @@ class customfields_widget
|
||||
$cell['type'] = 'grid';
|
||||
$cell['data'] = array(array());
|
||||
$cell['rows'] = $cell['cols'] = 0;
|
||||
$cell['size'] = '';
|
||||
|
||||
$n = 1;
|
||||
foreach($fields as $lname => $field)
|
||||
@ -481,7 +482,6 @@ class customfields_widget
|
||||
unset($label);
|
||||
}
|
||||
}
|
||||
$cell['size'] = '';
|
||||
if ($type != 'customfields-list')
|
||||
{
|
||||
$cell['data'][0]['A'] = '100';
|
||||
|
Loading…
Reference in New Issue
Block a user