[Vtigercrm-commits] [vtiger-commits] r9664 - /vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 19 02:41:31 EDT 2006


Author: richie
Date: Thu Oct 19 00:41:09 2006
New Revision: 9664

Log:
* Changed the cellpadding which will fix overflow in KeyMetrics, Fixes #2129

Modified:
    vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl

Modified: vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl Thu Oct 19 00:41:09 2006
@@ -141,7 +141,7 @@
 							{/if}	
 							{else}
 								<div class="MatrixLayer" style="float:left;width:61%;" id="homepagedb">
-									<table width="100%" border="0" cellpadding="5" cellspacing="0" class="small">
+									<table width="100%" border="0" cellpadding="8" cellspacing="0" class="small">
 										<tr style="cursor:move;">
 											<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>





More information about the vtigercrm-commits mailing list