mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 10:28:48 +01:00
fixed grid in cf widget displays border, if options are set
This commit is contained in:
parent
93fc95d261
commit
ef9ea04c9d
@ -164,6 +164,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)
|
||||
|
Loading…
Reference in New Issue
Block a user