mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
set span & class from original cell for single fields
This commit is contained in:
parent
be91330030
commit
5a03cff75d
@ -436,6 +436,7 @@ class customfields_widget
|
||||
}
|
||||
if ($singlefield) // a single field, can & need to be returned instead of the cell (no grid)
|
||||
{
|
||||
$input['span'] = $cell['span']; // set span & class from original cell
|
||||
$cell = $input;
|
||||
if ($type == 'customfields') $cell['label'] = $field['label'];
|
||||
$value = $value[$this->prefix.$lname];
|
||||
|
Loading…
Reference in New Issue
Block a user