forked from extern/egroupware
possible fix for bug #849589 rendering appBox to wide
This commit is contained in:
parent
2b7b9e388f
commit
7eef3c5208
@ -1,4 +1,5 @@
|
|||||||
</div>
|
</td></tr></table>
|
||||||
|
</div>
|
||||||
<!-- Applicationbox Column -->
|
<!-- Applicationbox Column -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -30,4 +30,4 @@ function correctPNG() // correctly handle PNG transparency in Win IE 5.5 or high
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.attachEvent("onload", correctPNG);
|
window.attachEvent("onload", correctPNG);
|
||||||
|
@ -45,6 +45,8 @@
|
|||||||
<td id="tdAppbox" valign="top">
|
<td id="tdAppbox" valign="top">
|
||||||
<div id="divAppboxHeader">{current_app_title}</div>
|
<div id="divAppboxHeader">{current_app_title}</div>
|
||||||
<div id="divAppbox">
|
<div id="divAppbox">
|
||||||
|
<table width="98%" cellpadding"0" cellspacing="0">
|
||||||
|
<tr><td>
|
||||||
<!-- END navbar_footer -->
|
<!-- END navbar_footer -->
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user