mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-05 23:05:59 +02:00
insert id in <div> tag
This commit is contained in:
@ -1386,7 +1386,8 @@
|
|||||||
$cell['height'],
|
$cell['height'],
|
||||||
$cell['width'],
|
$cell['width'],
|
||||||
$cell['class'],
|
$cell['class'],
|
||||||
),'height,widht,class'),$cell['name']). ($html ? '' : '</div>');
|
$cell['name']
|
||||||
|
),'height,widht,class,id')). ($html ? '' : '</div>');
|
||||||
}
|
}
|
||||||
if ($box_anz > 1) // small docu in the html-source
|
if ($box_anz > 1) // small docu in the html-source
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user