mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 20:09:27 +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)
|
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;
|
$cell = $input;
|
||||||
if ($type == 'customfields') $cell['label'] = $field['label'];
|
if ($type == 'customfields') $cell['label'] = $field['label'];
|
||||||
$value = $value[$this->prefix.$lname];
|
$value = $value[$this->prefix.$lname];
|
||||||
|
Loading…
Reference in New Issue
Block a user