Merge branch 'ticket-simplemulti_front' into develop
This commit is contained in:
commit
7f2ebe23f4
@ -36,18 +36,18 @@
|
||||
|
||||
<div id="box_error_cart">
|
||||
<div class="content">
|
||||
<h3>{l s='Warning' mod='blockcartex'}</h3>
|
||||
<h3>{l s='Warning'}</h3>
|
||||
<div class="close" id="close_error_cart">
|
||||
<img src="{$img_dir}close.jpg" alt="{l s='Fermer' mod='blockcartex'}">
|
||||
<img src="{$img_dir}close.jpg" alt="{l s='Fermer'}">
|
||||
</div>
|
||||
|
||||
<div class="product_box">
|
||||
<p id='box_error_cart_text'></p>
|
||||
</div>
|
||||
<div class="others_links">
|
||||
<a class="show_cart" href="{$link->getPageLink('order.php')}">{l s='Valider mon panier' mod='blockcartex'}</a>
|
||||
<a class="show_sales" id="remove_cart" href="#" onclick="removeAllCart();">{l s='Vider mon panier' mod='blockcartex'}</a>
|
||||
<a class="show_sales" href="{$link->getPageLink('index.php')}">{l s='Retourner à la vente' mod='blockcartex'}</a>
|
||||
<a class="show_cart" href="{$link->getPageLink('order.php')}">{l s='Valider mon panier'}</a>
|
||||
<a class="show_sales" id="remove_cart" href="#" onclick="removeAllCart();">{l s='Vider mon panier'}</a>
|
||||
<a class="show_sales" href="{$link->getPageLink('index.php')}">{l s='Retourner à la vente'}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user