From e7ec68872be2b893047f801b11f59463d6440b83 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:17:53 +0700 Subject: [PATCH 1/8] Update header.tpl --- ui/ui/user-ui/header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/ui/user-ui/header.tpl b/ui/ui/user-ui/header.tpl index c0aead33..f57da6bc 100644 --- a/ui/ui/user-ui/header.tpl +++ b/ui/ui/user-ui/header.tpl @@ -422,7 +422,7 @@
  • - {Lang::T('Voucher')} + Voucher
  • {/if} @@ -485,4 +485,4 @@ } }); -{/if} \ No newline at end of file +{/if} From 89786c64af6e5517d826ead4b090e2176acf4a87 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:25:29 +0700 Subject: [PATCH 2/8] Update orderBalance.tpl --- ui/ui/user-ui/orderBalance.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui/user-ui/orderBalance.tpl b/ui/ui/user-ui/orderBalance.tpl index d68316ae..ce5ecfe2 100644 --- a/ui/ui/user-ui/orderBalance.tpl +++ b/ui/ui/user-ui/orderBalance.tpl @@ -4,7 +4,7 @@
    {if $_c['enable_balance'] == 'yes'}
    -
    {Lang::T('Balance Plans')}
    +
    {Lang::T('Buy Balance Plans')}
    {foreach $plans_balance as $plan}
    From 5a84e10b707b5a48da6e6d4e0307629cdf141564 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:30:55 +0700 Subject: [PATCH 3/8] Update orderHistory.tpl --- ui/ui/user-ui/orderHistory.tpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/ui/user-ui/orderHistory.tpl b/ui/ui/user-ui/orderHistory.tpl index 3f60a74c..bee69cf4 100644 --- a/ui/ui/user-ui/orderHistory.tpl +++ b/ui/ui/user-ui/orderHistory.tpl @@ -11,14 +11,14 @@ {Lang::T('Plan Name')} - {Lang::T('Gateway')} - {Lang::T('Routers')} + {Lang::T('Payment Method')} + Routers {Lang::T('Type')} {Lang::T('Plan Price')} - {Lang::T('Created On')} - {Lang::T('Expires On')} - {Lang::T('Date Done')} - {Lang::T('Method')} + {Lang::T('Created on')} + {Lang::T('Expires on')} + {Lang::T('Date')} + {Lang::T('Status')} @@ -53,4 +53,4 @@
    -{include file="user-ui/footer.tpl"} \ No newline at end of file +{include file="user-ui/footer.tpl"} From 9099584d7c6ce0baddd0a4e3435bd044de4d3625 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:46:21 +0700 Subject: [PATCH 4/8] Update orderView.tpl --- ui/ui/user-ui/orderView.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/ui/user-ui/orderView.tpl b/ui/ui/user-ui/orderView.tpl index 6f62ad76..a8d5ab1a 100644 --- a/ui/ui/user-ui/orderView.tpl +++ b/ui/ui/user-ui/orderView.tpl @@ -5,7 +5,7 @@
    - + {if !in_array($trx['routers'],['balance','radius'])}
    @@ -120,7 +120,7 @@ {/if} {/if} - {Lang::T('Plan Validity')} + {Lang::T('Validity Periode')} {$plan['validity']} {$plan['validity_unit']} @@ -134,15 +134,15 @@ {/if}
    {if $trx['status']==1} -
    -{include file="user-ui/footer.tpl"} \ No newline at end of file +{include file="user-ui/footer.tpl"} From abd22418ce784bf126a273e12e8986f3f3eca0e0 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:55:21 +0700 Subject: [PATCH 5/8] Update profile.tpl --- ui/ui/user-ui/profile.tpl | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/ui/ui/user-ui/profile.tpl b/ui/ui/user-ui/profile.tpl index e63402b5..311ba8e5 100644 --- a/ui/ui/user-ui/profile.tpl +++ b/ui/ui/user-ui/profile.tpl @@ -4,9 +4,8 @@
    -
    {Lang::T('Edit User')}
    +
    {Lang::T('Data Change')}
    -
    @@ -21,7 +20,7 @@
    - +
    @@ -36,25 +35,25 @@
    {if $_c['allow_phone_otp'] != 'yes'}
    - +
    + + placeholder="{if $_c['country_code_phone']!= ''}{$_c['country_code_phone']}{/if} {Lang::T('Phone number')}">
    {else}
    - +
    + + placeholder="{if $_c['country_code_phone']!= ''}{$_c['country_code_phone']}{/if} {Lang::T('Phone number')}"> {Lang::T('Change')} @@ -63,7 +62,6 @@
    {/if} - {if $_c['allow_email_otp'] != 'yes'}
    @@ -87,7 +85,6 @@
    {/if} -
    -
    -{include file="user-ui/footer.tpl"} \ No newline at end of file +{include file="user-ui/footer.tpl"} From fe930a1012265a0c5468860d837b42051cbe3d0a Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:01:28 +0700 Subject: [PATCH 6/8] Update selectGateway.tpl --- ui/ui/user-ui/selectGateway.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/ui/user-ui/selectGateway.tpl b/ui/ui/user-ui/selectGateway.tpl index aa61a529..1cf6a490 100644 --- a/ui/ui/user-ui/selectGateway.tpl +++ b/ui/ui/user-ui/selectGateway.tpl @@ -41,7 +41,7 @@ {/if}
  • {Lang::T('Type')} {if $plan['prepaid'] eq - 'yes'}Prepaid{else}Postpaid + 'yes'}{Lang::T('Prepaid')}{else}{Lang::T('Postpaid')} {/if} {$plan['type']}
  • @@ -54,7 +54,7 @@ {if $plan['validity']}
  • - {Lang::T('Plan Validity')} {$plan['validity']} + {Lang::T('Validity Periode')} {$plan['validity']} {$plan['validity_unit']}
  • {/if} From 463ee2711613a423003d7d5d844abf865aa87556 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:03:57 +0700 Subject: [PATCH 7/8] Update sendPlan.tpl --- ui/ui/user-ui/sendPlan.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/user-ui/sendPlan.tpl b/ui/ui/user-ui/sendPlan.tpl index 601b35a5..2ae39b02 100644 --- a/ui/ui/user-ui/sendPlan.tpl +++ b/ui/ui/user-ui/sendPlan.tpl @@ -38,7 +38,7 @@ {Lang::moneyFormat($plan['price'])} - {Lang::T('Validity')} + {Lang::T('Validity Periode')} {$plan['validity']} {$plan['validity_unit']} @@ -53,7 +53,7 @@
    @@ -64,4 +64,4 @@
    -{include file="user-ui/footer.tpl"} \ No newline at end of file +{include file="user-ui/footer.tpl"} From 6da6041cb88bc8ad84f94c0d0428984fb74e3a94 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Thu, 29 Aug 2024 23:33:43 +0700 Subject: [PATCH 8/8] Update admin-add.tpl --- ui/ui/admin-add.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui/admin-add.tpl b/ui/ui/admin-add.tpl index 5ee3e647..edd26814 100644 --- a/ui/ui/admin-add.tpl +++ b/ui/ui/admin-add.tpl @@ -89,7 +89,7 @@