fix for bug #275: tree of projects is only one line high in IE, plus removing the margin arround the mainDiv and saving some space around the navbar

This commit is contained in:
Ralf Becker 2007-05-08 16:54:07 +00:00
parent 1b10333979
commit f40e6d5b5d

View File

@ -281,7 +281,7 @@
}
else
{
echo '<div id="divMain">'."\n";
echo '<div id="popupMainDiv">'."\n";
if ($GLOBALS['egw_info']['user']['apps']['manual']) // adding a manual icon to every popup
{
$manual =& new etemplate('etemplate.popup.manual');