[-] BO : fix #PSCFV-3908

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17167 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-04 14:12:30 +00:00
parent 3269a37da6
commit 650c0105b7
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
}
$(function()
{
var errorTitle = '{/literal}{if $errors|@count > 1}{l s='There are %d errors:' sprintf=$errors|@count}{else}{l s='There is %d error:' sprintf=$errors|@count}{/if}:{literal}';
var errorTitle = '{/literal}{if $errors|@count > 1}{l s='There are %d errors:' sprintf=$errors|@count}{else}{l s='There is %d error:' sprintf=$errors|@count}{/if}{literal}';
var errorMessage = '<ol>';
{/literal}
{foreach from=$errors key=k item=error}
@@ -90,4 +90,13 @@
</select>
</div>
</div>
{if $opc}
{assign var="back_order_page" value="order-opc.php"}
{else}
{assign var="back_order_page" value="order.php"}
{/if}
<p><a href="{$link->getPageLink('address', true, NULL, "back={$back_order_page}?step=1{if $back}&mod={$back}{/if}")}" title="{l s='Add a new address'}" data-role="button" data-theme="e" data-icon="plus" data-ajax="false">{l s='Add a new address'}</a><br /></p>
</div>