mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +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 != '')
|
||||
{
|
||||
$options = "id=\"$form_name\" $options";
|
||||
$options = 'id="'.($cell['id'] ? $cell['id'] : $form_name).'" '.$options;
|
||||
}
|
||||
list($type,$sub_type) = explode('-',$cell['type']);
|
||||
switch ($type)
|
||||
|
Loading…
Reference in New Issue
Block a user