diff --git a/system/controllers/prepaid.php b/system/controllers/prepaid.php index 95e89f7f..e26249bf 100644 --- a/system/controllers/prepaid.php +++ b/system/controllers/prepaid.php @@ -310,7 +310,7 @@ switch ($action) { break; case 'voucher': - $ui->assign('_title', Lang::T('Prepaid Vouchers')); + $ui->assign('_title', Lang::T('Vouchers')); $limit = 10; $page = _get('p', 0); $pageNow = $page * $limit; diff --git a/system/lan/english.json b/system/lan/english.json index 08349a9f..e4456d21 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -471,5 +471,13 @@ "Show_To_Customer": "Type", "Using": "Using", "Default": "Default", - "Customer_Balance": "Customer Balance" + "Customer_Balance": "Customer Balance", + "Vouchers": "Vouchers", + "Refill_Customer": "Refill Customer", + "Recharge_Customer": "Recharge Customer", + "Plans": "Plans", + "PPPOE": "PPPOE", + "Bandwidth": "Bandwidth", + "Customers": "Customers", + "Actives": "Actives" } \ No newline at end of file diff --git a/ui/ui/prepaid.tpl b/ui/ui/prepaid.tpl index a6dc4080..ac429480 100644 --- a/ui/ui/prepaid.tpl +++ b/ui/ui/prepaid.tpl @@ -16,7 +16,7 @@ aria-hidden="true"> CSV {/if} - {Lang::T('Prepaid Users')} +  
diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 41c22763..4e97bd3c 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -167,55 +167,55 @@ {$_MENU_AFTER_CUSTOMERS}
  • - {Lang::T('Prepaid')} + {Lang::T('Services')} -
  • - {/if} - {$_MENU_AFTER_PREPAID} - {if in_array($_admin['user_type'],['SuperAdmin','Admin'])} -
  • - - {Lang::T('Services')} - - - - -
  • {/if} {$_MENU_AFTER_SERVICES} + {if in_array($_admin['user_type'],['SuperAdmin','Admin'])} +
  • + + {Lang::T('Plans')} + + + + + +
  • + {/if} + {$_MENU_AFTER_PLANS}
  • {Lang::T('Reports')} diff --git a/ui/ui/voucher.tpl b/ui/ui/voucher.tpl index 18dd5160..76da96a0 100644 --- a/ui/ui/voucher.tpl +++ b/ui/ui/voucher.tpl @@ -11,7 +11,7 @@ class="glyphicon glyphicon-trash" aria-hidden="true"> Delete All
  • {/if} - {Lang::T('Prepaid Vouchers')} +