diff --git a/system/lan/english.json b/system/lan/english.json index 3d33b6e9..430a0cc2 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -581,5 +581,10 @@ "Created___Expired": "Created \/ Expired", "Bank_Transfer": "Bank Transfer", "Recharge_Using": "Recharge Using", - "ago": "ago" + "ago": "ago", + "Disabled": "Disabled", + "Banned": "Banned", + "Customer_cannot_login_again": "Customer cannot login again", + "Customer_can_login_but_cannot_buy_internet_plan__Admin_cannot_recharge_customer": "Customer can login but cannot buy internet plan, Admin cannot recharge customer", + "Don_t_forget_to_deactivate_all_active_plan_too": "Don't forget to deactivate all active plan too" } \ No newline at end of file diff --git a/ui/ui/customers-edit.tpl b/ui/ui/customers-edit.tpl index 863f97b8..f0564cb8 100644 --- a/ui/ui/customers-edit.tpl +++ b/ui/ui/customers-edit.tpl @@ -3,7 +3,7 @@
-
+
{Lang::T('Edit Contact')}
@@ -20,7 +20,7 @@ {/if} + placeholder="{if $_c['country_code_phone']!= ''}{$_c['country_code_phone']} {Lang::T('Phone Number')}{else}{Lang::T('Username')}{/if}">
@@ -108,6 +108,26 @@
+
+ +
+ + + {Lang::T('Banned')}: {Lang::T('Customer cannot login again')}.
+ {Lang::T('Disabled')}: {Lang::T('Customer can login but cannot buy internet plan, Admin cannot recharge customer')}.
+ {Lang::T('Don\'t forget to deactivate all active plan too')}. +
+
+
@@ -219,13 +239,15 @@ }); } window.onload = function() { - {/literal}{if $d['coordinates']} - setupMap({$d['coordinates']}); - {else} - getLocation(); - {/if}{literal} - } - -{/literal} + {/literal} + {if $d['coordinates']} + setupMap({$d['coordinates']}); + {else} + getLocation(); + {/if} + {literal} + } + + {/literal} -{include file="sections/footer.tpl"} \ No newline at end of file + {include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/customers-view.tpl b/ui/ui/customers-view.tpl index fbc25a9b..3b96430e 100644 --- a/ui/ui/customers-view.tpl +++ b/ui/ui/customers-view.tpl @@ -2,15 +2,17 @@
-
+
avatar -

{$d['fullname']}

-
    +
  • + {Lang::T('Status')}  {Lang::T($d['status'])}  +
  • {Lang::T('Username')} {$d['username']}
  • @@ -233,23 +235,23 @@
{if $d['coordinates']} -{literal} - - -{/literal} + {literal} + + + {/literal} {/if} {include file="sections/footer.tpl"} \ No newline at end of file