From 80d213bea3e002ab9fffdd3e495e13bffcbefa04 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:57:42 +0700 Subject: [PATCH] Update activation-list.tpl --- ui/ui/customer/activation-list.tpl | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/ui/ui/customer/activation-list.tpl b/ui/ui/customer/activation-list.tpl index f8063853..af150fff 100644 --- a/ui/ui/customer/activation-list.tpl +++ b/ui/ui/customer/activation-list.tpl @@ -21,15 +21,14 @@ {foreach $d as $ds} - - {$ds['invoice']} - {$ds['plan_name']} - {Lang::moneyFormat($ds['price'])} - {$ds['type']} - {Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} - {Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} - {$ds['method']} + + {$ds.invoice|escape:'html'} + {$ds.plan_name|escape:'html'} + {Lang::moneyFormat($ds.price)} + {$ds.type|escape:'html'} + {Lang::dateAndTimeFormat($ds.recharged_on, $ds.recharged_time)} + {Lang::dateAndTimeFormat($ds.expiration, $ds.time)} + {$ds.method|escape:'html'} {/foreach} @@ -41,5 +40,4 @@ - -{include file="customer/footer.tpl"} \ No newline at end of file +{include file="customer/footer.tpl"}