[Vtigercrm-commits] [vtiger-commits] r9230 - in /vtigercrm/trunk/Smarty/templates: ImportMap.tpl ImportStep2.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Aug 31 08:43:53 EDT 2006
Author: saraj
Date: Thu Aug 31 06:43:49 2006
New Revision: 9230
Log:
* Modified to fix the issue that improper mapping alignment in IE
Modified:
vtigercrm/trunk/Smarty/templates/ImportMap.tpl
vtigercrm/trunk/Smarty/templates/ImportStep2.tpl
Modified: vtigercrm/trunk/Smarty/templates/ImportMap.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ImportMap.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ImportMap.tpl Thu Aug 31 06:43:49 2006
@@ -12,13 +12,13 @@
{assign var="Firstrow" value=$FIRSTROW}
-<table border="0" style="background-color: rgb(204, 204, 204);" class="small" cellpadding="0" cellspacing="1" width="100%">
+<table border="0" class="small cellLabel" cellpadding="0" cellspacing="1" width="100%">
{foreach name=iter item=row from=$Firstrow}
{assign var="counter" value=$smarty.foreach.iter.iteration}
{math assign="num" equation="x - y" x=$counter y=1}
- <tr bgcolor="white">
- <td class="lvtCol" align="center" height="30">
+ <tr>
+ <td class="small" align="center" height="30">
{$SELECTFIELD[$counter]}
</td>
</tr>
Modified: vtigercrm/trunk/Smarty/templates/ImportStep2.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ImportStep2.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ImportStep2.tpl Thu Aug 31 06:43:49 2006
@@ -118,13 +118,13 @@
{math assign="num" equation="x - y" x=$counter y=1}
<tr bgcolor="white" >
{if $HASHEADER eq 1}
- <td bgcolor="#E1E1E1" width="33%" height="30">{$row1}</td>
- <td width="34%">{$Secondrow[$num]}</td>
- <td >{$Thirdrow[$num]}</td>
+ <td bgcolor="#E1E1E1" width="33%" height="30"> {$row1}</td>
+ <td width="34%"> {$Secondrow[$num]}</td>
+ <td> {$Thirdrow[$num]}</td>
{else}
- <td width="31%" height="30" >{$row1}</td>
- <td width="30%" >{$Secondrow[$num]}</td>
- <td >{$Thirdrow[$num]}</td>
+ <td width="31%" height="30"> {$row1}</td>
+ <td width="30%"> {$Secondrow[$num]}</td>
+ <td> {$Thirdrow[$num]}</td>
{/if}
</tr>
{/foreach}
More information about the vtigercrm-commits
mailing list