| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_apps/imobles/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header.tpl"}
<div class="panel panel-default">
<div class="panel-body">
<div class="row">
<div class="col-md-4">
<div class="well">
<h4>{$_L['Order Number']} - {$order->ordernum}</h4>
<p><strong>{$_L['Customer']}: </strong> {$order->cname}</p>
<p><strong>{$_L['Product_Service']}: </strong> {$order->stitle}</p>
<p><strong>{$_L['Amount']}: </strong> <span class="amount">{$order->amount}</span> </p>
<p><strong>{$_L['Date']}: </strong>{date( $_c['df'], strtotime($order->date_added))}</p>
<p><strong>{$_L['Status']}: </strong>
{if $order->status eq 'Active'}
<span class="label label-success">{ib_lan_get_line($_L[$order->status])}</span>
{else}
<span class="label label-danger">{ib_lan_get_line($_L[$order->status])}</span>
{/if}
</p>
{if $order->iid neq '0'}
<p><strong>{$_L['Invoice']}: </strong> {$order->iid} </p>
{/if}
</div>
</div>
<div class="col-md-8">
<h4>{$_L['Activation Message']}</h4>
<hr>
<h4>{$order->activation_subject}</h4>
<hr>
{$order->activation_message}
</div>
</div>
</div>
</div>
{include file="sections/footer.tpl"}