[-] FO : fixed bug #PSCFV-3784 - fixed display bug in dateofdelivery and order history

This commit is contained in:
vAugagneur
2012-08-28 08:48:21 +00:00
parent 49a16821ec
commit 96d243b03a
+1 -2
View File
@@ -23,8 +23,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
{if $datesDelivery|count}
<p id="dateofdelivery">{l s='Approximate date of delivery is between %1$s and %2$s' sprintf=[$datesDelivery.0, $datesDelivery.1] mod='dateofdelivery'} <sup>*</sup></p>
<p id="dateofdelivery">{l s='Approximate date of delivery is between %1$s and %2$s' sprintf=[$datesDelivery.0.0, $datesDelivery.1.0] mod='dateofdelivery'} <sup>*</sup></p>
<p style="font-size:10px;margin:0padding:0;"><sup>*</sup> {l s='with direct payment methods (e.g. credit card)' mod='dateofdelivery'}</p>
{/if}