From 75907d5c3f887383b34cedb7364c3bfc692a7834 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:30:08 +0700 Subject: [PATCH] Update pppoe.tpl --- ui/ui/pppoe.tpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ui/ui/pppoe.tpl b/ui/ui/pppoe.tpl index a35904e0..dc1da881 100644 --- a/ui/ui/pppoe.tpl +++ b/ui/ui/pppoe.tpl @@ -26,9 +26,9 @@
@@ -88,8 +88,8 @@
@@ -133,13 +133,13 @@ {foreach $d as $ds} {$ds['name_plan']} - {$ds['plan_type']} {if $ds['prepaid'] != 'yes'}Postpaid{else}Prepaid{/if} + {$ds['plan_type']} {if $ds['prepaid'] != 'yes'}{Lang::T('Postpaid')}{else}{Lang::T('Prepaid')}{/if} {$ds['name_bw']} {Lang::moneyFormat($ds['price'])} {$ds['validity']} {$ds['validity_unit']} {$ds['pool']} {if $ds['plan_expired']}Yes{else}No + href="{$_url}services/edit/{$ds['plan_expired']}">{Lang::T('Yes')}{else}{Lang::T('No')} {/if} {if $ds['prepaid'] == no}{$ds['expired_date']}{/if} @@ -168,12 +168,12 @@
-{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"}