[-] FO : mobile theme : fix #PSCFV-4275

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17503 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-24 13:25:27 +00:00
parent b1ea5b3e7b
commit 045d814a8a
+2 -2
View File
@@ -183,7 +183,7 @@
</div>
</div><!-- /grid-a -->
<br />
{if $isLogged AND !$isGuest}
{if $opc && $isLogged && !$isGuest}
<a href="{$link->getPageLink('index', true)}" data-role="button" data-theme="a" data-icon="back" data-ajax="false">{l s='Continue shopping'}</a>
{else}
<ul data-role="listview" data-inset="true" id="list_myaccount">
@@ -191,7 +191,7 @@
<a href="{$link->getPageLink('index', true)}" data-ajax="false">{l s='Continue shopping'}</a>
</li>
<li data-theme="b" data-icon="check">
<a href="{$link->getPageLink('authentication', true)}&back=order-opc" data-ajax="false">{l s='Confirm order'}</a>
<a href="{if $back}{$link->getPageLink('order', true, NULL, 'step=1&amp;back={$back}')}{else}{$link->getPageLink('order', true, NULL, 'step=1')}{/if}" data-ajax="false">{l s='Confirm order'}</a>
</li>
{hook h="displayMobileShoppingCartButton"}
</ul>