diff --git a/ui/ui/customers-view.tpl b/ui/ui/customers-view.tpl index 422aaadb..b48d79bc 100644 --- a/ui/ui/customers-view.tpl +++ b/ui/ui/customers-view.tpl @@ -84,8 +84,24 @@ {$package['routers']} {$package['method']} +
+
+ {Lang::T('Deactivate')} +
+
+ {Lang::T('Recharge')} +
+
+ {Lang::T('Sync')} +
+
+ {else} + {Lang::T('Recharge')}
{/if} {Lang::T('Back')}
diff --git a/ui/ui/recharge.tpl b/ui/ui/recharge.tpl index ddfd28fc..b16bbc4c 100644 --- a/ui/ui/recharge.tpl +++ b/ui/ui/recharge.tpl @@ -1,53 +1,58 @@ {include file="sections/header.tpl"} -
-
-
-
{$_L['Recharge_Account']}
-
-
-
- -
- -
-
-
- -
- {$_L['Hotspot_Plans']} - {$_L['PPPOE_Plans']} -
-
-
- -
- -
-
+
+
+
+
{$_L['Recharge_Account']}
+
+ +
+ +
+ +
+
+
+ +
+ {$_L['Hotspot_Plans']} + {$_L['PPPOE_Plans']} +
+
+
+ +
+ +
+
-
- -
- -
-
+
+ +
+ +
+
-
-
- - Or {$_L['Cancel']} -
-
- -
-
-
-
+
+
+ + Or {$_L['Cancel']} +
+
+ +
+
+
+
-{include file="sections/footer.tpl"} +{include file="sections/footer.tpl"} \ No newline at end of file