mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
allow to override the id of a widget
This commit is contained in:
parent
46ef4a579c
commit
0cde45389d
@ -763,7 +763,7 @@
|
|||||||
}
|
}
|
||||||
if ($form_name != '')
|
if ($form_name != '')
|
||||||
{
|
{
|
||||||
$options = "id=\"$form_name\" $options";
|
$options = 'id="'.($cell['id'] ? $cell['id'] : $form_name).'" '.$options;
|
||||||
}
|
}
|
||||||
list($type,$sub_type) = explode('-',$cell['type']);
|
list($type,$sub_type) = explode('-',$cell['type']);
|
||||||
switch ($type)
|
switch ($type)
|
||||||
|
Loading…
Reference in New Issue
Block a user