18 lines
775 B
Smarty
18 lines
775 B
Smarty
{*
|
|
* TNT OFFICIAL MODULE FOR PRESTASHOP
|
|
*
|
|
* @author GFI Informatique <www.gfi.fr>
|
|
* @copyright 2016 GFI Informatique, 2016 TNT
|
|
* @license https://opensource.org/licenses/MIT MIT License
|
|
*}
|
|
<div class="box box-small clearfix">
|
|
<a class="button btn btn-default button-medium pull-right" href="#" onclick="window.open('{$trackingUrl|escape:'javascript':'UTF-8'}&orderId={$order->id|intval}', 'tracking', 'menubar=no, scrollbars=no, top=100, left=100, width=900, height=600');return false;">
|
|
<span>
|
|
{l s='show' mod='tntofficiel'}
|
|
<i class="icon-chevron-right right"></i>
|
|
</span>
|
|
</a>
|
|
<p class="dark">
|
|
<strong class="dark">{l s='Follow my parcels' mod='tntofficiel'}</strong>
|
|
</p>
|
|
</div> |