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 @@
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} 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}
    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"} 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"} 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"} 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} 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"}