Update activation-list.tpl
This commit is contained in:
parent
0b52d3eb35
commit
80d213bea3
@ -21,15 +21,14 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{foreach $d as $ds}
|
{foreach $d as $ds}
|
||||||
<tr onclick="window.location.href = '{Text::url('voucher/invoice/')}{$ds['id']}'"
|
<tr onclick="window.location.href = '{Text::url('voucher/invoice/')}{$ds.id|escape:'html'}'" style="cursor: pointer;">
|
||||||
style="cursor: pointer;">
|
<td>{$ds.invoice|escape:'html'}</td>
|
||||||
<td>{$ds['invoice']}</td>
|
<td>{$ds.plan_name|escape:'html'}</td>
|
||||||
<td>{$ds['plan_name']}</td>
|
<td>{Lang::moneyFormat($ds.price)}</td>
|
||||||
<td>{Lang::moneyFormat($ds['price'])}</td>
|
<td>{$ds.type|escape:'html'}</td>
|
||||||
<td>{$ds['type']}</td>
|
<td>{Lang::dateAndTimeFormat($ds.recharged_on, $ds.recharged_time)}</td>
|
||||||
<td>{Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])}</td>
|
<td>{Lang::dateAndTimeFormat($ds.expiration, $ds.time)}</td>
|
||||||
<td>{Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])}</td>
|
<td>{$ds.method|escape:'html'}</td>
|
||||||
<td>{$ds['method']}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -41,5 +40,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{include file="customer/footer.tpl"}
|
{include file="customer/footer.tpl"}
|
Loading…
x
Reference in New Issue
Block a user