mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 19:09:30 +01:00
insert id in <div> tag
This commit is contained in:
parent
9fd986a845
commit
f8443b7c19
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user