[Vtigercrm-commits] [vtiger-commits] r9372 - /vtigercrm/trunk/Smarty/templates/HomePage.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Sep 9 06:37:39 EDT 2006
Author: jerrydgeorge
Date: Sat Sep 9 04:37:32 2006
New Revision: 9372
Log:
UI Issue in Home Page Tables in IE has been fixed --Jeri
Modified:
vtigercrm/trunk/Smarty/templates/HomePage.tpl
Modified: vtigercrm/trunk/Smarty/templates/HomePage.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/HomePage.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/HomePage.tpl Sat Sep 9 04:37:32 2006
@@ -133,7 +133,7 @@
{/if}
</td>
</tr>
- </table>
+ </table>
</td>
</tr>
</table>
@@ -146,7 +146,22 @@
<td align="left" class="homePageMatrixHdr"><b>{$APP.LBL_HOMEPAGE_DASHBOARD}</b></td>
<td align="right" class="homePageMatrixHdr"><img src="{$IMAGE_PATH}uparrow.gif" align="absmiddle" /></td>
</tr>
- <tr ><td id="dashborad_cont" colspan="2" style="height:250px;"> </td></tr>
+ <tr>
+ <td colspan="2">
+ <div style="overflow:hidden;height:255px;width:99%">
+ <table border=0 cellspacing=0 cellpadding=5 width=100%>
+ <tr><td id="dashborad_cont" style="height:250px;"> </td></tr>
+ </table>
+ </div>
+ <table border=0 cellspacing=0 cellpadding=5 width=100%>
+ <tr>
+ <td colspan="2" align="right" valign="bottom">
+
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
</table>
</div>
{/if}
More information about the vtigercrm-commits
mailing list