mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
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 -->
|
||||
</td>
|
||||
</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">
|
||||
<div id="divAppboxHeader">{current_app_title}</div>
|
||||
<div id="divAppbox">
|
||||
<table width="98%" cellpadding"0" cellspacing="0">
|
||||
<tr><td>
|
||||
<!-- END navbar_footer -->
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user