From 338861a63088ef5a9d2c40dea6a58a930391ab3e Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Sat, 23 Mar 2024 15:34:44 +0700 Subject: [PATCH] Change to icon --- ui/ui/customers.tpl | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/ui/ui/customers.tpl b/ui/ui/customers.tpl index a89a4748..f7e0d72d 100644 --- a/ui/ui/customers.tpl +++ b/ui/ui/customers.tpl @@ -40,8 +40,7 @@ {Lang::T('Account Type')} {Lang::T('Full Name')} {Lang::T('Balance')} - {Lang::T('Phone Number')} - {Lang::T('Email')} + {Lang::T('Package')} {Lang::T('Service Type')} {Lang::T('Created On')} @@ -57,16 +56,32 @@ {$ds['fullname']} {Lang::moneyFormat($ds['balance'])} - {$ds['phonenumber']} - {$ds['email']} + + {if $ds['phonenumber']} + + {/if} + {if $ds['email']} + + {/if} + {if $ds['coordinates']} + + {/if} + {$ds['service_type']} {Lang::dateTimeFormat($ds['created_at'])} -   {Lang::T('View')}   +   {Lang::T('Edit')}   {Lang::T('Recharge')}