Merge remote-tracking branch 'origin/fix/10666' into devel
This commit is contained in:
commit
0b7deef072
@ -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" width="{$twoColumnWidth}" style="color: rgb(169, 174, 178); font-family: arial; font-size: 12px; padding: 5px 0px 5px 0px; background-color: rgb(243, 245, 245); border: 1px grey solid">
|
||||
<table align="{if $smarty.foreach.twoColumnForeach.iteration % 2 == 0}right{else}left{/if}" border="0" cellspacing="0" cellpadding="0" width="{$twoColumnWidth}" style="color: rgb(169, 174, 178); font-family: arial; font-size: 12px; padding: 5px 0px 5px 0px; background-color: rgb(243, 245, 245); border: 1px white solid">
|
||||
<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> *}
|
||||
@ -50,7 +50,7 @@
|
||||
<td style="vertical-align: top;" width="145">
|
||||
<p style="text-align:left; display: inline-block; height: 38px; line-height: 38px; padding-left: 5px;">
|
||||
<span style="font-size:13px;font-family: 'lucida sans unicode', 'lucida grande', sans-serif; color: #F35243;">
|
||||
{$sale.percent}%
|
||||
{$sale.percent|ucfirst}%
|
||||
</span>
|
||||
</p>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user