[-] FO : #PSTEST-722 : Fix bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13220 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-02-10 13:18:02 +00:00
parent 5063e03778
commit aa89627048
+1 -1
View File
@@ -158,7 +158,7 @@
<select id="months" name="months">
<option value="">-</option>
{foreach from=$months key=k item=month}
<option value="{$k|escape:'htmlall':'UTF-8'}" {if isset($guestInformations) && ($guestInformations.sl_month == $k)} selected="selected"{/if}>{$month}&nbsp;</option>
<option value="{$k|escape:'htmlall':'UTF-8'}" {if isset($guestInformations) && ($guestInformations.sl_month == $k)} selected="selected"{/if}>{l s=$month}&nbsp;</option>
{/foreach}
</select>
<select id="years" name="years">