This commit is contained in:
Christophe Latour 2016-08-31 17:07:03 +02:00
parent 4a375704fe
commit 590410c51e

View File

@ -1,5 +1,5 @@
<table style="{$subContainer}" border="0" cellspacing="0" cellpadding="0" width="100%">
<table style="{$subContainer}; overflow: hidden; position: relative; width: 100%;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
@ -10,7 +10,7 @@
<tr>
<td>
{/if}
<table align="{if $smarty.foreach.twoColumnForeach.iteration % 2 == 0}right{else}left{/if}" border="0" cellspacing="0" cellpadding="0" style="color: rgb(169, 174, 178); font-family: arial; font-size: 12px; padding: 5px 0px 5px 0px; background-color: rgb(243, 245, 245); border: 5px white solid">
<table align="{if $smarty.foreach.twoColumnForeach.iteration % 2 == 0}right{else}left{/if}" border="0" cellspacing="0" cellpadding="0" style="color: rgb(169, 174, 178); font-family: arial; font-size: 12px; padding: 5px 0px 5px 0px; background-color: rgb(243, 245, 245); border: 5px white solid; width: 50%;">
<tbody>
<tr>
{* <td align="center"><a style="border: none;" title="{$sale.title|escape:'html':'UTF-8'}" href="{$sale.link|escape:'html':'UTF-8'}{$tracking}"><img style="border: none;" src="{$sale.image|escape:'html':'UTF-8'}" alt="{$sale.title|escape:'html':'UTF-8'}" width="{$twoColumnWidth - $padding}" height="182" /></a></td> *}