[Vtigercrm-commits] [vtiger-commits] r7859 - in /vtigercrm/trunk: Smarty/templates/HomePage.tpl themes/blue/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 07:35:26 EDT 2006
Author: richie
Date: Wed Jul 5 05:35:21 2006
New Revision: 7859
Log:
IE issues has been fixed
Modified:
vtigercrm/trunk/Smarty/templates/HomePage.tpl
vtigercrm/trunk/themes/blue/style.css
Modified: vtigercrm/trunk/Smarty/templates/HomePage.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/HomePage.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/HomePage.tpl Wed Jul 5 05:35:21 2006
@@ -157,7 +157,7 @@
<td align="right" style="border-bottom:1px solid #666666;"><img src="{$IMAGE_PATH}uparrow.gif" align="absmiddle" /></td>
</tr>
{foreach item=elements from=$tabledetail.Entries}
- <tr style="height:25px;">
+ <tr style="height:25px;" align="left">
{if $tabledetail.Title.2 neq 'home_mytopinv' && $tabledetail.Title.2 neq 'home_mytopso' && $tabledetail.Title.2 neq 'home_mytopquote' && $tabledetail.Title.2 neq 'home_metrics'}
<td colspan="2"><img src="{$IMAGE_PATH}bookMark.gif" align="absmiddle" /> {$elements.0}</td>
{elseif $tabledetail.Title.2 eq 'home_metrics'}
@@ -182,7 +182,7 @@
{else}
<div class="MatrixLayer" style="float:left;width:63%;" id="homepagedb">
<table width="100%" height="100%" border="0" cellpadding="5" cellspacing="0" class="small">
- <tr><td>
+ <tr align="left"><td>
{$tabledetail}
</td></tr>
</table>
Modified: vtigercrm/trunk/themes/blue/style.css
==============================================================================
--- vtigercrm/trunk/themes/blue/style.css (original)
+++ vtigercrm/trunk/themes/blue/style.css Wed Jul 5 05:35:21 2006
@@ -2002,7 +2002,7 @@
.MatrixLayer{
border:2px solid #CCCCCC;
background-color:#FFFFFF;
- width:30%;
+ width:29%;
position:relative;
visibility:visible;
margin:9px;
More information about the vtigercrm-commits
mailing list