From 8e3a16a1234d7e8ca54112daae558e9af99f5915 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Mon, 23 Sep 2024 16:09:59 +0700 Subject: [PATCH] add Burst preset for bandwith --- ui/ui/bandwidth-add.tpl | 105 ++++++++++++++++++++++++++---------- ui/ui/bandwidth-edit.tpl | 111 +++++++++++++++++++++++++++++---------- 2 files changed, 158 insertions(+), 58 deletions(-) diff --git a/ui/ui/bandwidth-add.tpl b/ui/ui/bandwidth-add.tpl index 3375b677..8aec8cdb 100644 --- a/ui/ui/bandwidth-add.tpl +++ b/ui/ui/bandwidth-add.tpl @@ -1,24 +1,23 @@ {include file="sections/header.tpl"}
-
+
{Lang::T('Add New Bandwidth')}
-
- -
+ +
- -
+ +
-
+
-
+
+
{Lang::T('Optional')}
- -
- + +
+
- -
- + +
+
- -
- + +
+
- -
- + +
+
- -
- + +
+
- + Or {Lang::T('Cancel')}
-
+
-{include file="sections/footer.tpl"} + + +{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/bandwidth-edit.tpl b/ui/ui/bandwidth-edit.tpl index 5e1b23c0..2ee46470 100644 --- a/ui/ui/bandwidth-edit.tpl +++ b/ui/ui/bandwidth-edit.tpl @@ -1,7 +1,7 @@ {include file="sections/header.tpl"}
-
+
{Lang::T('Edit Bandwidth')}
@@ -9,18 +9,18 @@
- -
+ +
- -
+ +
-
+
-
+
+
{Lang::T('Optional')}
- -
- + +
+
- -
- + +
+
- -
- + +
+
- -
- + +
+
- -
- + +
+
- {Lang::T('Editing Bandwidth will not automatically update the plan, you need to edit the plan then save again')} + {Lang::T('Editing Bandwidth will not automatically update the plan, you need to edit the plan then save again')}
- + Or {Lang::T('Cancel')}
- +
+
+
+
-{include file="sections/footer.tpl"} + + +{include file="sections/footer.tpl"} \ No newline at end of file