From 84cd66ea9a0a06d69ab2c4719f421ef5f96425f7 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 15 Sep 2023 11:33:06 +0700 Subject: [PATCH] add recharge link --- ui/ui/customers-view.tpl | 16 +++++++ ui/ui/recharge.tpl | 101 ++++++++++++++++++++------------------- 2 files changed, 69 insertions(+), 48 deletions(-) diff --git a/ui/ui/customers-view.tpl b/ui/ui/customers-view.tpl index 422aaad..b48d79b 100644 --- a/ui/ui/customers-view.tpl +++ b/ui/ui/customers-view.tpl @@ -84,8 +84,24 @@ {$package['routers']} {$package['method']} +
+ + + +
+ {else} + {Lang::T('Recharge')}
{/if} {Lang::T('Back')}
diff --git a/ui/ui/recharge.tpl b/ui/ui/recharge.tpl index ddfd28f..b16bbc4 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